function topTest()
{
	if (!top.andersreizen)
		{
			var newURL = "../index.html?"+self.location.href;
			if ( document.images ) 
				top.location.replace(newURL);
			else  top.location.href=newURL;
		}
}
topTest();
