Frame buster script
Cut and paste the code below into your web page.
#-- START BELOW THIS LINE --#
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
if (top.location != self.location) {
top.location=self.location;
}
</SCRIPT>
#-- END ABOVE THIS LINE --#