
document.write("");
document.write("<h3><span>Login</span></h3>");
document.write("                    <form action=\"login.php\" method=\"post\">");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("              Username<br>");
document.write("              <span>");
document.write("              <input type=\"text\" name=\"username\" style=\"width:180px\" /><br>");
document.write("              Password<br>");
document.write("              <input type=\"password\" name=\"password\" style=\"width:180px\" />");
document.write("              </span>");
document.write("              <br />");
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("        ");