var Ergebnis = top.location.host.search(/pfarrjugend.+/);
if (Ergebnis == -1){
	Wobin = location.pathname.split("/");
	if (Wobin[Wobin.length-1] != "") {
	ist = "http://" + location.host;
	top.location.replace(ist) ;};
};
