//seitenanzeige in fremden frames  verhindern
<!--
 if(top!=self)
  top.location=self.location;
//-->

// if(top.frames.length > 0)
//      top.location.href=self.location;
