document.writeln("		<form action=\"/User\/Userlogin.shtml?action=login\" method=\"post\" name=loginForm>");
document.writeln("		用户名：<input name=\"Username\" class=\"borderall\" type=\"text\" size=\"15\" style=\"width:100px;height:15px;\">");
document.writeln("		密　码：<input name=\"PassWord\" class=\"borderall\" type=\"password\" size=\"15\" style=\"width:100px;height:15px;\">");
document.writeln("		<input type=\"checkbox\" name=\"CookieDate\" id=\"CookieDate\" style=\"border:0;\"\/>保存");
document.writeln("		<input type=\"submit\" name=\"Submit\" value=\"登录\" class=\"borderall\" style=\"height:19px;\"\/>");
document.writeln("		<input type=\"button\" name=\"button\" value=\"注册新用户\" class=\"borderall\" style=\"height:19px;\" onClick=\"window.location.href=\'/User\/userreg.shtml\'\" \/>");
document.writeln("		<\/form>");