document.writeln("<form name=\"formLogin\" action=\"\/Usercenter\" method=\"post\" onSubmit=\"return userLogin()\"> ");
document.writeln("<div id=\"light\" class=\"white_content\">");
document.writeln("  <div class=\"logBox\">");
document.writeln("     <h2>请登录<\/h2>");
document.writeln("     <div class=\"logclose\" style=\"float:right;\"><a href = \"javascript:void(0)\" onclick = \"document.getElementById(\'light\').style.display=\'none\';document.getElementById(\'fade\').style.display=\'none\'\">x<\/a><\/div>");
document.writeln("  <\/div>");
document.writeln("  <div class=\"logpt\">");
document.writeln("     <dl> ");
document.writeln("          <dt>用户名：<\/dt><dd><input name=\"username\" type=\"text\" size=\"25\" class=\"inputBg\" \/><\/dd> ");
document.writeln("          <dt>密码：<\/dt><dd><input name=\"password\" type=\"password\" size=\"15\"  class=\"inputBg\"\/><\/dd> ");
document.writeln("     <\/dl>");
document.writeln("  <\/div>");
document.writeln("  <div style=\"clear:both; height:30px; text-align:center; padding-top:10px;\"><input name=\"\" type=\"checkbox\" disabled=\"true\" value=\"\"> 在这台电脑上记住我<\/div>");
document.writeln("  <div style=\"height:40px; padding-left:80px; padding-top:10px; line-height:40px;\"> ");
document.writeln("        <input type=\"hidden\" name=\"act\" value=\"act_login\" \/> ");
document.writeln("        <input type=\"hidden\" name=\"back_act\" value=\"http:\/\/www.ceetop.com\/\" \/> ");
document.writeln("        <input type=\"image\" name=\"submit\" value=\"\" class=\"us_Submit\" style=\"background:url(http:\/\/www.ceetop.com\/themes\/default\/images\/member\/logreg1.gif) no-repeat; height:39px; width:120px; display:block; height:39px; width:120px; display:block; float:left; margin-right:20px;\" src=\"http:\/\/www.ceetop.com\/themes\/default\/images\/member\/logreg1.gif\"\/> ");
document.writeln("        <a href=\"\/Usercenter?act=get_password\" class=\"f3\">找回密码<\/a><\/div>");
document.writeln("<\/div> ");
document.writeln("<\/form>");
document.writeln("<div id=\"fade\" class=\"black_overlay\"><\/div> ");