
document.write("");
document.write("");
document.write("   <div class=\"shopping_cart\">");
document.write("      ");
document.write("        <div class=\"title_box\">Login</div>");
document.write("        ");
document.write("                      <form action=\"login.php\" method=\"post\">");
document.write("            ");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" class=\"newsletter_input\"/>");
document.write("              Username<br />");
document.write("              <span>");
document.write("              <input type=\"text\" name=\"username\" class=\"newsletter_input\" /><br />");
document.write("              ");
document.write("              Password<br />");
document.write("              <input type=\"password\" name=\"password\" class=\"newsletter_input\" />");
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\" />");
document.write("            </form>");
document.write("            </div>");
document.write("");
document.write("");