function checktopAds()
{   
  
   return true;  
}

function do_it()
{
  if ( checktopAds() )
  {
  var anim = function()
    {
      n += 5;
        if(n >= 22){
        document.getElementById('topAds_chk_show').style.marginTop = "0";
        window.clearInterval(t1);
        }else{
        document.getElementById('topAds_chk_show').style.marginTop = "-"+(22 - n)+"px";
        }
      },n=0;
      var t1 = window.setInterval(anim,80);
    }
}

function close_chk_show()
{

  var anim = function()
  {
    n += 5;
    if(n >= 22){
    document.getElementById('topAds_chk_show').style.marginTop = "-22px";
    window.clearInterval(t1);
    }else{
    document.getElementById('topAds_chk_show').style.marginTop = "-"+ n +"px";
    }
  },n=0;

    var t1 = window.setInterval(anim,80);
}

document.writeln("<div id=\"topAds_chk_show\" style=\"background:#FFFFBB; padding:2px 0 3px; border-bottom:1px solid #ffd532; margin-top:0px; margin-bottom:0px; width:100%; display:block;\">");
document.writeln("<div id=\"iewarning\" style=\"width:19px; float:left;\"><img align=\"absmiddle\" src=\"/images/zhuyi.gif\" height=16 border=\"0\" /></div><div id=\"closeimg\" style=\"width:19px; float:right;\"><a href=\"javascript:close_chk_show();\" title=\"关闭提示\"><img src=\"/images/close.gif\" align=\"absmiddle\" border=\"0\" /></a></div><div style=\"margin-top:4px;marign-left:4px;font-size:12px;color:#092E20\" align=\"center\"><FONT color=#FF0000><b>!大放价啦!虚拟主机优惠活动开始了.直接用户续费立即享受8折优惠,代理在原来的折扣上再享9折优惠;新购虚拟主机一律9折了.心动不如行动哦!活动时间2010.7.1-2010.9.30 !!!<\/b><\/FONT></div></div><div style=\"clear:both\"></div>");

document.writeln("<\/div>");
