	function abfrage()
	{
		Check = prompt("Bitte gib das Passwort für den Zugang zur Belohnungsseite ein.","");
		if(Check != "DankeHERRIN")
		{
			alert("Das Passwort ist ungültig!");
	//		javascript:history.back();
		}
		else
		{
			alert("Du hast dir eine Belohnung verdient!");
			location.href="belohnung.htm";
		}
	}
