if(parent.frames.length<1)
{
  window.location="http://www.highest.de"
}
else
{
  if(self.name != "xyauswahl")
    {
    top.location.href="http://www.highest.de"
    }
}

