
<!--
function loadnow(){
	setTimeout("loadit()",10000);
}
function loadit(){
	if(top == self){
		var myurl = "http://www.rolwers-haus.de/index.htm";
		if (top.location.href.lastIndexOf(myurl)<0){
			top.document.location.href= myurl + "?" + document.location.href;
		}
	}
}
//-->
