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折优惠,新会员直接享受7折优惠(不分新注册或续费);此优惠活动针对于空间主机、邮局、主机租用(国内、国外空间都可),域名注册和续费不加于此优惠活动.感谢新老客户一直以来的支持!(此活动截止于2010年3月31日)!!!<\/b><\/FONT></div></div><div style=\"clear:both\"></div>");

document.writeln("<\/div>");
