document.write("<form action=\"login.php\" method=\"post\">");document.write("<input type=\"hidden\" name=\"pflag\" value=\"login\" />");document.write("<b>USERNAME:</b> <input type=\"text\" name=\"username\" size=\"22\" style=\"margin-left: 5px; margin-bottom: 4px;\" /><br />");document.write("<b>PASSWORD:</b> <input type=\"password\" name=\"password\" size=\"22\" /><br />");document.write("<input type=\"submit\" name=\"Submit\" value=\"Login\" class=\"button\" /> <input type=\"checkbox\" name=\"remember_me\" value=\"1\" class=\"checkbox\" /> Save");document.write("</form>");document.write("");document.write("");