if(window != window.parent) {
  window.parent.location.href = document.location.href;
}
