klongdesigns
4/27/2014 - 4:59 AM

iFrame Buster

/* 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>