document.writeln("<center>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("var intervalId = null;");
document.writeln("function slideAd(id,nStayTime,sState,nMaxHth,nMinHth){");
document.writeln("  this.stayTime=nStayTime*1000 || 3000;");
document.writeln("  this.maxHeigth=nMaxHth || 191;");
document.writeln("  this.minHeigth=nMinHth || 0;");
document.writeln("  this.state=sState || \"down\" ;");
document.writeln("  var obj = document.getElementById(id);");
document.writeln("  if(intervalId != null)window.clearInterval(intervalId);");
document.writeln("  function openBox(){");
document.writeln("   var h = obj.offsetHeight;");
document.writeln("   obj.style.height = ((this.state == \"down\") ? (h + 2) : (h - 2))+\"px\";");
document.writeln("    if(obj.offsetHeight>this.maxHeigth){");
document.writeln("    window.clearInterval(intervalId);");
document.writeln("    intervalId=window.setInterval(closeBox,this.stayTime);");
document.writeln("    }  ");
document.writeln("    if (obj.offsetHeight<this.minHeigth){");
document.writeln("    window.clearInterval(intervalId);");
document.writeln("    obj.style.display=\"none\";");
document.writeln("    }");
document.writeln("  }");
document.writeln("  function closeBox(){");
document.writeln("   slideAd(id,this.stayTime,\"up\",nMaxHth,nMinHth);");
document.writeln("  }");
document.writeln("  intervalId = window.setInterval(openBox,30);");
document.writeln("}  ");
document.writeln("<\/script>");
document.writeln("<div id=\"MyMoveAd\" style=\"background:#fff;height:12px;overflow:hidden;\">");
document.writeln("<a href=\"http:\/\/www.koucai.cn\/\" target=\"_blank\"><img src=\"http:\/\/www.koucai.cn\/guanggao\/gai2012.gif\" border=\"0\"  onload=\"return imgzoom(this,600);\" style=\"cursor:pointer;\"\/><\/a>");
document.writeln("<\/div>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln(" <!--");
document.writeln(" slideAd(\'MyMoveAd\',5);");
document.writeln("-->");
document.writeln("<\/script>");
document.writeln("<table width=\"910\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\"  id=\"jueban\" style=\"background:red;display: \">");
document.writeln("<tr><td height=\"\" bgcolor=\"#FFFFFF\"><a href=\"<#ZC_BLOG_HOST#>\" target=\"_blank\"><\/a><\/td>");
document.writeln("<\/tr><\/table>");
document.writeln("<\/center>")
