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


if (top != self) {
if (window.opera) { window.onload = opera_befreien; } else 
{ top.location = self.location; }
}
function opera_befreien () { document.links["befreien"].click(); }

