$(document).ready(function(){
		$(".stripe tr:odd").addClass("odd");
		$("#anmeldung").hide();
		$('a[rel*=facebox]').facebox()
});
