// break out of someone else's frame
if (window != window.top) {
  top.location.href = location.href;
}