
document.write("");
document.write("");
document.write("<div class=\"moduletable\">");
document.write("");
document.write("<h3>Login</h3>");
document.write("");
document.write("</div>");
document.write("                    <form action=\"login.php\" method=\"post\">");
document.write("              ");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("              Username              <span>");
document.write("              <input type=\"text\" name=\"username\" />");
document.write("              ");
document.write("              Password              <input type=\"password\" name=\"password\" />");
document.write("              </span>");
document.write("              <br />");
document.write("              ");
document.write("              <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />Remember me              <br />");
document.write("              <input type=\"submit\" value=\"Login\" />");
document.write("            </form>");
document.write("        ");
document.write(" ");