//Verhindern, dass Seite ungewollt in Frames angezeigt wird.
if(top.frames.length > 0) {
 top.location.href=self.location;
}

