<!-- Begin FOOTER

/* drawHeader()
 * This function is used to draw the header navigation.  
 * @param none
 * @return none
 */
function drawFooter(){
  document.write("<!-- begin footer -->"
+"    <div id=\"footer\">"
+"      <div><a title=\"Sotheby's Auction House\" href=\"http://www.sothebys.com\"><img title=\"Sotheby's Auction House\" src=\"/images/visitsothebys.gif\" alt=\"Visit Sotheby's Auction House\" width=\"192\" height=\"40\" /></a></div>"
+"      <div style=\"clear: both;\"> </div>"
+"      <div id=\"footer_links\">"
+"        <ul>"
+"          <li><a href=\"/home.htm\">HOME</a></li>"
+"          <li>|<a href=\"/about.htm\">COMPANY</a></li>"
+"          <li>|<a href=\"/vp/jsps/TODAY/MAPSEARCH_PROXY.jsp\">PROPERTY SEARCH</a></li>"
+"          <li>|<a href=\"/becomeanagent.htm\">CAREERS</a></li>"
+"          <li>|<a href=\"/communityInfo.htm\">COMMUNITY INFO</a></li>"
+"          <li>|<a href=\"/vp/ListingServlet?SITE=TODAY&ScreenID=REQUEST_INFO\">REQUEST INFO</a></li>"
+"        </ul>"
+"      </div>"
+"      <div style=\"clear: both;\"> </div>"
+"      <div id=\"footer_content\"> ©2011 Today Sotheby's International Realty 1250 San Carlos Ave., Suite 101, San Carlos, CA 94070<br />"
+"       <a href=\"http://sothebysrealty.com\" target=\"_blank\">Sotheby's International Realty &reg;</a> is a registered trademark licensed to Sotheby's International Realty Affiliates LLC. Each Office Is Independently Owned And Operated.<br><br>"
+"		IDX Search by Today Sotheby's International Realty. This data is updated daily. Some properties appearing for sale on this website may subsequently have been sold and may no longer be available. If you need more information please <a href=\"/vp/ListingServlet?SITE=TODAY&ScreenID=CONTACT_US\">contact us</a> for more information."
+"		</div>"
+"    </div>"
+"  </div>"
+"</div>"
+"<!-- end footer -->"
+"<!--[if IE 6]>"
+"<script type=\"text/javascript\">$(function() { $('#navigation > ul > li').hover(function(e) { $(e.target).next('ul').show(); }, function(e) { $(e.target).next('ul').hide(); }); });</script>"
+"<![endif]-->"
);  
}

//  End Header -->
