























function login(){

	

document.write("<form name=\"UserForm_quickLogin\" method=\"post\" action=\"/usermodule/userManager_quickLogin.do\">");
document.write("用户名：<input class=\"inputbox\" onfocus=\"style.backgroundColor='#fff'\" onblur=\"style.backgroundColor='#f9f9f9'\" type=\"text\" name=\"username\" id=\"userName1\" /><p>密&nbsp;&nbsp;&nbsp;码：<input class=\"inputbox\" onfocus=\"style.backgroundColor='#fff'\" onblur=\"style.backgroundColor='#f9f9f9'\" type=\"password\" name=\"password\" id=\"password1\" /></p><div class=\"p\"><input class=\"butt_01\" value=\"登&nbsp;&nbsp;&nbsp;录\"  type=\"submit\" />&nbsp;<span class=\"butt_02\"><a href=\"/usermodule/choosePath.do?action=preRegist\" target=\"_blank\">注册</a></span></div>");
document.write("</form>");		

	

	
}

