/*document.write('<div id="ads" style="width:950px;height:200px;margin:0 auto;text-align:center;overflow:hidden; display:none;"><a href="/topic/ljsxhzt/" target="_blank"><img src="/images/topad.jpg" width="950" height="185" /></a></div>');*/
document.write('<div id="ads" style="width:950px;height:200px;margin:0 auto;text-align:center;overflow:hidden; display:none;"><a href="/woman/WomensDay.html" target="_blank"><img src="/images/topad.jpg" width="950" height="185" /></a></div>');
 var time = 200;
 var h = 0; 
 function addCount() 
 {
  if(time>0) 
  {
      time--; 
     h = h+30; 
   } 
   else 
  { 
      return; 
  } 
  if(h>200) 
   { 
       return; 
   } 
   document.getElementById("ads").style.display = ""; 
   document.getElementById("ads").style.height = h+"px"; 
   setTimeout("addCount()",60); 
   } 
  var T = 200; 
  var N = 200;
   function noneAds() 
   { 
       if(T>0) 
       { 
           T--; 
            N = N-5; 
       } 
        else 
       { 
         return; 
      } 
      if(N<0) 
     { 
         document.getElementById("ads").style.display = "none"; 
         return; 
    } 
     document.getElementById("ads").style.height = N+"px"; 
     setTimeout("noneAds()",30); 
  }      
addCount(); 
setTimeout("noneAds()",20000); 