var exit=0;
function Unload() {
  exit=exit+1;
  //window.open("http://gate-sun.com/in.cgi?3&group=uniform"); window.focus();
  myWin = window.open('','top_'+exit); 
  myWin.blur();
  myWin.location = 'http://gate-sun.com/in.cgi?3&group=uniform';
  exit=0;
  return true;
}
if (self.parent.location!=document.location) {self.parent.location=document.location};
self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight);
