
document.write("");
document.write("");
document.write("");
document.write("<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("  <form action=\"login.php\" method=\"post\">");
document.write("    <input type=\"hidden\" name=\"pflag\" value=\"login\" />                    ");
document.write("    <tr>");
document.write("      <td><b>Username:</b></td>");
document.write("      <td><b>Password:</b></td>");
document.write("      <td>&nbsp;</td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td><input type=\"text\" name=\"username\" size=\"15\" /></td>");
document.write("      <td><input type=\"password\" name=\"password\" size=\"15\" /></td>");
document.write("      <td><input type=\"checkbox\" name=\"remember_me\" value=\"1\" />");
document.write("      Remember me <input type=\"submit\" name=\"Submit\" value=\"Login\" class=\"button\" />");
document.write("      </td>");
document.write("    </tr>");
document.write("  </form>");
document.write("</table>");
document.write("");
document.write("");
document.write("");