
  if (window.opener) {var b=window.opener.location.hostname;}else {var b=top.location.hostname;}


  if (b!=location.hostname) {if (window==top){window.open("./");window.close();}else{window.open("./","_top");}}else {if (document.referrer!='') {var a=document.referrer.indexOf(location.hostname);if ((a!=7)&&(a!=8)) {window.open("./",'_top');}}}
 

  if (parent.frames.length > 0) {parent.location.href = location.href;}
                     
                        
