var fseite = "index.html";
if (top.location.href.indexOf('http://www.judo-club-katlenburg.de')<0 && top.location.href.indexOf('http://www.judoclub-katlenburg.de')<0 && top.location.href.indexOf('http://www.judo-katlenburg.de')<0)
top.document.location.href="http://www.judo-club-katlenburg.de/" + fseite + "?" + document.location.href;
function reloadPage(init) {
	if (init==true) with (navigator) {
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
			document.pgW=innerWidth;
			document.pgH=innerHeight;
			onresize=reloadPage;
		}
	}
	else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
