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>360) ");
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()\",20);");
document.writeln("    }");
document.writeln("    window.onload = function showAds()");
document.writeln("    {");
document.writeln("    addCount();");
document.writeln("    setTimeout(\"noneAds()\",10000); ");
document.writeln("    }");
document.writeln("    <\/script>");
document.writeln("    <script type=\"text\/javascript\" language=\"javascript\">");
document.writeln("    var T = 360;");
document.writeln("    var N = 360; ");
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.getElementById(\"ads\").style.height = N+\"px\";");
document.writeln("    setTimeout(\"noneAds()\",20);");
document.writeln("    }");
document.writeln("    <\/script>");
document.writeln("    <\/style>");
document.writeln("    <div id=\"ads\" style=\"margin:auto; display:none; width:981px; top:0px; height:0px; overflow:hidden;\">");
document.writeln("    <td width=\"981\" height=\"353\"><a href=\"http:\"><img src=\"http:\/\/www.hqnk.com\/ad\/980X353_20111018.jpg\" border=\"0\"><\/a><\/td>");
document.writeln("    <\/div>")
