// (FRAMESET-KORREKTUR)
// Falls die Seite direkt, ohne Frameset aufgerufen wird,
// Frameset nachladen
if (parent.frames.length == 0) 
{
	this.location.replace("http://"+this.location.host+"?"+this.location.pathname+this.location.search+this.location.hash);
}

