function pruefen() {

		if(document.forms[0].Name.value=='' ||

		document.forms[0].Vorname.value=='' ||	

		document.forms[0].email.value=='' ||

		document.forms[0].event.value=='0') {

	

	

		self.location.href='05d_anmeldung_fehler.htm';



		}

		

		

		else {



		document.forms[0].submit();



		}

		

}	

	