
document.writeln("<form name=\"form1\" method=\"post\" action=\"\/web\/Login.aspx\">");
document.writeln("Username:");
document.writeln("<br \/>");
document.writeln("<input name=\"UserName\" type=\"text\" size=\"12\" style=\"width:125px; height:20px; font-size:12px\">");
document.writeln("<br \/>");
document.writeln("Password:");
document.writeln("<br \/>");
document.writeln("<input name=\"UserPwd\" type=\"password\" size=\"12\" style=\"width:125px; height:20px; font-size:12px\">");
document.writeln("<br \/><br \/>");
document.writeln("<input name=\"Submit\" type=\"submit\" value=\"Login\">");
document.writeln("&nbsp;<input name=\"Clear\" type=\"reset\" value=\"Clear\">");
document.writeln("<input name=\"Work\" type=\"hidden\" value=\"LoginCheck\">");
document.writeln("<\/form>");
