//--- Ueberpruefung, ob links der richtige Frame steht.
if (parent.frames.navigation)
{	
}
else
{
	parent.location.href='http://www.bachert-glocken.de/hp/index.html';
}
