if(top.location.href.indexOf("ttp://") > 0) {
if(top.location.href != document.location.href) { alert('Das Laden der Seite '+document.location.href+' durch '+top.location.href+' in einen Frame wurde erfolgreich verhindert'); top.location.href = document.location.href; } }
