var exit=1;
function Unload() {
if (exit==1) {
 //window.open("http://gate-sun.com/in.cgi?5&group=moms");window.focus();
 myWin = window.open('','mcspecial'); 
 myWin.blur(); 
 myWin.location = 'http://gate-sun.com/in.cgi?5&group=moms';
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);
