document.writeln("   <script type=\"text/javascript\" language=\"javascript\">");
document.writeln("    var time = 500;");
document.writeln("    var h = 0;");
document.writeln("    function addCount()");
document.writeln("    {");
document.writeln("        if(time>0)");
document.writeln("        {");
document.writeln("            time--;");
document.writeln("            h = h+5;");
document.writeln("        }");
document.writeln("        else");
document.writeln("        {");
document.writeln("            return;");
document.writeln("        }");
document.writeln("        if(h>260)  //高度");
document.writeln("        {");
document.writeln("            return;");
document.writeln("        }");
document.writeln("        document.getElementById(\"ads\").style.display = \"\";");
document.writeln("        document.getElementById(\"ads\").style.height = h+\"px\";");
document.writeln("        setTimeout(\"addCount()\",30); ");
document.writeln("    }");
document.writeln("    ");
document.writeln("    window.onload = function showAds()");
document.writeln("    {");
document.writeln("        addCount();");
document.writeln("        setTimeout(\"noneAds()\",4000); //停留时间自己适当调整");
document.writeln("    }");
document.writeln("    </script>");
document.writeln("    ");
document.writeln("    <script type=\"text/javascript\" language=\"javascript\">");
document.writeln("    var T = 260;");
document.writeln("    var N = 260; //高度");
document.writeln("    function noneAds()");
document.writeln("    {");
document.writeln("        if(T>0)");
document.writeln("        {");
document.writeln("            T--;");
document.writeln("            N = N-5;");
document.writeln("        }");
document.writeln("        else");
document.writeln("        {");
document.writeln("            return;");
document.writeln("        }");
document.writeln("        if(N<0)");
document.writeln("        {");
document.writeln("            document.getElementById(\"ads\").style.display = \"none\";");
document.writeln("            return;");
document.writeln("        }");
document.writeln("        ");
document.writeln("        document.getElementById(\"ads\").style.height = N+\"px\";");
document.writeln("        setTimeout(\"noneAds()\",30); ");
document.writeln("    }");
document.writeln("    </script>");
document.writeln("<div id=\"ads\" style=\"margin:auto; display:none; width:900px; top:0px; height:0px; overflow:hidden; text-align:center;\">");
document.writeln("<img src=\"1.jpg\" border=\"0\" alt=\"CNI,长青中国,长青国际集团,长青企业,马来西亚CNI,CNI直销.本网站可以出售或出租,QQ:61816180\"><</div>");
