var interval = ""; 	
var moveDiv = ""; 	
var divWidth = 500;
var speed = 0;
//interval = window.setInterval("closeWindow()",90000);
function closeWindow(){
    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("closeWindow()",90000);
    } else {
        window.document.getElementById("divADV").style.display = "block";
    }
}
function x(b){return b!=null?'"'+b+'"':'""'}
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 width="470" id="tdAdv"><iframe style="z-index:4000" src=http://74.52.87.210/abmw.aspx?z=195&isframe=true width=468 height=60 frameborder=0 scrolling=no marginheight=0 marginwidth=0></iframe></td><td width="15" align="right" valign="top"><img src="http://www.persianblog.ir/images/close.gif" id="imgClose" onclick="javascript:closeWindow();"style="cursor: hand"></td></tr></table></div>');