var ZielDatei = "http://www.heimatverein-muehlhausen-uelzen.de/index.html?"+document.URL;

if (!top.FramesetGeladen){
if(document.images)
top.location.replace(ZielDatei); 
else 
top.location.href = ZielDatei ;
}


