
document.write("");
document.write("");
document.write("<div class=\"generic_block\">");
document.write("        <div class=\"generic_block_header\">");
document.write("                Login &amp; Update        </div>");
document.write("        <div class=\"generic_block_container\">");
document.write("                <div class=\"generic_block_content\">");
document.write("                        <ul>");
document.write("                  <li>");
document.write("            <form action=\"login.php\" method=\"post\">");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("              Username              <span>");
document.write("              <input type=\"text\" name=\"username\" />");
document.write("              Password              <input type=\"password\" name=\"password\" />");
document.write("              </span>");
document.write("              <br />");
document.write("              <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />Remember me              &nbsp; &nbsp; &nbsp;");
document.write("              <input type=\"submit\" value=\"Login\" />");
document.write("            </form>");
document.write("          </li>");
document.write("                                </ul>");
document.write("");
document.write("        <h4 class=\"navbar\" >&raquo; <a href=\"http://www.ottawaseniors.com/links/register.php\">Register</a></h4>");
document.write("        <br>&raquo; <a href=\"http://www.ottawaseniors.com/links/cp/\">My Account</a>");
document.write("                   <br>&raquo; <a href=\"http://www.ottawaseniors.com/links/add.php\">Add a Listing</a>");
document.write("                <br>&raquo; <a href=\"http://www.ottawaseniors.com/links/modify.php\">Update a Listing</a>");
document.write("        <br>&raquo; <a href=\"http://www.ottawaseniors.com/links/get_rated.php\">Get Rated</a>");
document.write("        <br>&raquo; <a href=\"http://www.ottawaseniors.com/links/upgrade.php\">Upgrade a Listing</a>");
document.write("        <br><br>");
document.write("");
document.write("                </div>");
document.write("        </div>");
document.write("</div>");
document.write("");
document.write("");