<!--

/* Script prüft, ob Frameunterseite auch wirklich im Frame dargestellt wird oder ob sie alleine aufgerufen wurde */

if (parent.document.URL == this.document.URL)
	{document.location.href = (parent.document.URL.substr(0, parent.document.URL.lastIndexOf("/")+1)+"index.html");}
	
//-->

