function closepop(){
	Effect.SlideUp('eventpop');
	clearTimeout(t);
}

var www=screen.availWidth;
var hhh=screen.availHeight;
var hhh2=hhh-48;
document.write('<div id="eventpop" style="z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;">');
document.write('<div id="eventpop2" style="z-index:90;width:100%;height:'+hhh+'px;"><img src="http://m.betcity.tw/main/black.gif" width='+www+' height='+hhh+'/></div>');
document.write('<div style="position:relative;top:-'+hhh2+'px;opacity: 1.0;-moz-opacity: 1.0;filter: alpha(opacity=100);width:630px;text-align:right;margin-left:auto;margin-right:auto;">');
document.write('<a href="#" onclick="closepop();"><img src="http://www.betcity.com.tw/images/close_grey2.png"></a><br/>');
document.write('<a href="http://www.betcity.com.tw/member.php?module=login&action=loginwebmj" target="_blank"><img src="http://img.betcity.com.tw/lobby/banner/68.gif" width="630" height="442"></a>');
document.write('</div>');
document.write('</div>');
t=setTimeout('closepop()',4000);

