
	//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/german/00_eingang/start_frameset.htm?" + site;
		var ZielDatei = "http://www.diveindahab.com/divein/"
		top.location.replace(ZielDatei);
	
	}
