Filename: frame_buster.js Use: Placed at the top of your pages, avoids your pages from being framed in another site.
<!--
if (window != window.top) top.location.href = location.href;
// -->