
	//aktuellen Dateinamen ermitteln
	var site = window.location.href;
	
	//prüfen ob Frame vorhanden
	if (top.frames.length <2)
	{
		//Frameseite festlegen

		var ZielDatei = "http://www.diveindahab.com/divein/";
		top.location.replace(ZielDatei);
	
	}
