
/*
Einbinden in fremde Frames verhindern
*/

if (top.location != self.location)
top.location = self.location;
