var interval="";
var moveDiv="";
var divWidth=500;
var speed=0;
function closeBannerWindow(){window.clearInterval(interval);moveWindow()}
function moveWindow(){window.document.getElementById("divADV").style.display="none"}
function showAds(){if(window.navigator.appName.toLowerCase().indexOf("microsoft")>-1){window.document.getElementById("divADV").style.display="block";window.clearTimeout(moveDiv);window.clearInterval(interval);window.document.getElementById("divADV").style.posLeft=0;interval=window.setInterval("closeBannerWindow()",90000)}else{window.document.getElementById("divADV").style.display="block"}}
function x(a){return a!=null?'"'+a+'"':'""'}
document.write('<div style="border-right: #c6c8ca 1px solid; border-top: #c6c8ca 1px solid; left: 0px;z-index: 4000; border-left: #c6c8ca 1px solid; width: 485px; border-bottom: #c6c8ca 1px solid;position: absolute; top: 0px; height: 60px; background-color: #e9e9e9" id="divADV"><table border="0" cellpadding="0" cellspacing="0" width="485"><tr><td style="width:468px" id="tdAdv"><iframe style="z-index:4000; width:468px; height:60px; margin:0" src="http://40sotoon.net/bnr/banner1.html" frameborder="0" scrolling="no" target="_top"></iframe></td><td style="width:16px; text-align:center; vertical-align:top"><img alt="close" src="http://40sotoon.net/bnr/close.gif" id="imgClose" onclick="javascript:closeBannerWindow();"style="cursor: hand"></td></tr></table></div>');