JavaScript Bust out frames

Bust out frames

<script>
<!--
if (window!= top)
  top.location.href=location.href
// -->
</script>