
document.write("");
document.write("");
document.write("");
document.write("<h2>Login</h2>");
document.write("                    <form action=\"login.php\" method=\"post\">");
document.write("              ");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("              <span>");
document.write("              <input type=\"text\" name=\"username\" id=\"s\" value=\"Username\"");
document.write("              onblur=\"if (this.value==\'\') this.value =\'Username\'\"");
document.write("              onfocus=\"if (this.value==\'Username\') this.value =\'\'\"");
document.write("              />");
document.write("              ");
document.write("              <input type=\"password\" name=\"password\"  id=\"s\" value=\"Password\"");
document.write("              onblur=\"if (this.value==\'\') this.value =\'Password\'\"");
document.write("              onfocus=\"if (this.value==\'Password\') this.value =\'\'\"");
document.write("              />              ");
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\" id=\"x\" />");
document.write("            </form>");
document.write("        ");