/* iFrame Buster */
<script language="javascript" type="text/javascript">
//if (window!= top) top.location.href = location.href;
(function(window) {
if (window.location !== window.top.location) {
window.top.location = window.location;
}
})(this);
</script>