document.write("<form name=\"LoginForm\" action=\"/zmyg_new/register/LoginData.aspx\" method=\"post\" onsubmit=\"return LoginCheckForm()\">");
document.write("			<table width=\"776\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" ID=\"Table1\">");
document.write("				<tr>");
document.write("					<td width=\"78\"><img src=\"/zmyg_new/images/login_pic1.jpg\" width=\"154\" height=\"30\"></td>");
document.write("					<td width=\"698\" background=\"/zmyg_new/images/login_bg.jpg\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" ID=\"Table2\">");
document.write("							<tr>");
document.write("								<td width=\"9%\">用户名：</td>");
document.write("								<td width=\"15%\"><input name=\"LoginName\" type=\"text\" size=\"12\" class=\"login_box\" ID=\"LoginName\"></td>");
document.write("								<td width=\"9%\">密 码：</td>");
document.write("								<td width=\"15%\"><input name=\"LoginPassword\" type=\"password\" size=\"12\" class=\"login_box\" ID=\"LoginPassword\"></td>");
document.write("								<td width=\"15%\"><input type=\"submit\" class=\"LoginSubmitBt\" value=\"\"></td>");
document.write("								<td><div align=\"center\"><a href=\"#\">新用户注册</a> <a href=\"#\">");
document.write("											忘记密码？</a></div>");
document.write("								</td>");
document.write("							</tr>");
document.write("						</table>");
document.write("					</td>");
document.write("				</tr>");
document.write("			</table>");
document.write("		</form>");
document.write("		<script language=\"javascript\">");
document.write("		function LoginCheckForm()");
document.write("		{				");
document.write("			if(document.LoginForm.LoginName.value == \"\")");
document.write("			{");
document.write("				alert('用户名不能为空！');");
document.write("				document.LoginForm.LoginName.focus();");
document.write("				return false;");
document.write("			}");
document.write("			if(document.LoginForm.LoginPassword.value == \"\")");
document.write("			{");
document.write("				alert('密码不能为空！');");
document.write("				document.LoginForm.LoginPassword.focus();");
document.write("				return false;");
document.write("			}");
document.write("		");
document.write("		}");
document.write("		</script>");
