
document.write("");
document.write("");
document.write("<div class=\"generic_block\">");
document.write("  ");
document.write("<div class=\"generic_block_header\">");
document.write("Login");
document.write("</div>");
document.write("");
document.write("  <div class=\"generic_block_container\">");
document.write("<div class=\"generic_block_content\">");
document.write("    <ul>");
document.write("                  <li>");
document.write("            <form action=\"http://gooart.com/login.php\" method=\"post\">");
document.write("              ");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("              <input type=\"hidden\" name=\"b\" value=\"\" />");
document.write("              <input type=\"hidden\" name=\"f\" value=\"1\" />");
document.write("              Username              <span>");
document.write("              <input type=\"text\" name=\"username\" />");
document.write("              ");
document.write("              Password              <input type=\"password\" name=\"password\" />");
document.write("              </span>");
document.write("              <br />");
document.write("              ");
document.write("              <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />Remember me              <input type=\"submit\" value=\"Login\" />");
document.write("              <br />");
document.write("<br />");
document.write("&#8226; <a href=\"http://gooart.com/send_pwd.php\">Request password?</a><br />");
document.write("         &#8226; <a href=\"http://gooart.com/send_activation.php\">Request re-activation ?</a><br />");
document.write(" &#8226; <a href=\"http://gooart.com/register.php\">New Account (free)</a>");
document.write("              <br />");
document.write("            </form>");
document.write("          </li>");
document.write("        </ul>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("");
document.write("");