Java:  Frame blocker

This script stops people from viewing your page in their frames when placed in the <Head> tag.

<!-- Begin
if (window != top) top.location.href = location.href;
// End -->
</SCRIPT>