if (parent.frames.length < 1)		//Überprüfen ob alle Frames da!
{	
		pfad = document.location.href;
		index = "http://" + document.location.host+'/main/';
		pfad = pfad.slice(index.length);
		//pfad = pfad.substr(0, pfad.length - 5);
		neuindex = "http://" + document.location.host+'/?site=main/'+pfad;
		location.href=neuindex;
}