
function ope()
{

codewort = document.forms[0].urli.value;

if(codewort=="") {
	alert("Was heißt das, Sie sind niemals auf Alpha Centauri gewesen. Tut mir leid, aber wenn Sie sich nicht einmal um Ihre ureigensten Angelegenheiten kümmern, ist das wirklich Ihr Problem!");
	}
else {
	   location.href = "http://www.hyperbaustelle.de/" + codewort + "/";
	}
}



