if (parent.frames.length < 2)
	{
 		adresse = window.location.pathname;
 		adresse=adresse.replace('afterbay','afterbuy');
 		//alert(adresse);
 		window.location.href="start.aspx?seite="+escape(adresse+window.location.search);	
	}

