Dieses Script befreit die Seite aus einem fremden Frame!!!
Ich demonstriere dies hier nicht, wegen der Navigation.
 
<script language="JavaScript">
<!--
// Frameblaster 1.0
// Copyright 1998 by Mamos

if (window != window.top)
  top.location.href = location.href;

// -->
</script>

(c)opyright 1999 by Jonathan Hillebrand