
document.write("");
document.write("");
document.write("  ");
document.write("      <form action=\"login.php\" method=\"post\">");
document.write("      <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("      <font color=\"#FFFFFF\">");
document.write("      ");
document.write("      <b>Username:<img src=\"http://www.fishingandhunting.com/links/themes/bluesmooth/images/spacer.gif\" width=\"45\" height=\"1\" alt=\"\" />Password:</b><br />");
document.write("      <input type=\"text\" name=\"username\" size=\"15\" />");
document.write("      ");
document.write("      <input type=\"password\" name=\"password\" size=\"15\" />");
document.write("      <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />");
document.write("      ");
document.write("      Remember me &nbsp;");
document.write("      <input type=\"submit\" name=\"Submit\" value=\"Login\" class=\"button\" />");
document.write("      </font>");
document.write("      </form>");
document.write("  ");
document.write("  ");
document.write("");