document.writeln("<div id=\"miman\" style=\"heihgt:400px;width:630px; position:absolute;top:20%; left:25%; right:25%;\">");
document.writeln("  <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"630\" height=\"400\">");
document.writeln("                <param name=movie value=\"xnian.swf\" >");
document.writeln("                <param name=quality value=high>");
document.writeln("                <param name=\"wmode\" value=\"transparent\">");
document.writeln("                <embed src=\"xnian.swf\"  quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"630\" height=\"400\" wmode=\"transparent\">");
document.writeln("                </embed> ");
document.writeln("  </object>");
document.writeln("");
document.writeln("</div> ");
document.writeln(" <SCRIPT LANGUAGE=\"JavaScript1.2\">");
document.writeln("var time_out = 1000");
document.writeln("function log_start()");
document.writeln("{");
document.writeln("window.miman.style.visibility=\"visible\";");
document.writeln("window.setTimeout( \"real_log_start()\", time_out ); ");
document.writeln("return false;");
document.writeln("}");
document.writeln("function real_log_start()");
document.writeln("{");
document.writeln("window.miman.style.display=\"none\";");
document.writeln("}");
document.writeln("</script>  ");

