<!--
function ersetzen(loc)
{
  top.location.replace(loc)
}

if(top.location.href == self.location.href)
  ersetzen("fernradwege.htm")
//-->