
function showDiv(objId){
   var objDiv=document.getElementById(objId);  
   if(objDiv.style.display=="none"){
      objDiv.style.display="";
   }else{
   objDiv.style.display="none";
   }
}



document.write('<div id="B1" style="position:absolute; right:0px; top:0px; width:500px; z-index:10000">');
document.write('<embed src="/js/index/ad_js/auto_colse_100402.swf" width="500" height="500" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('</div>');
