<!-- BottomNav js -->
<!-- Keefe -->
<!-- Updated: 02/02/2005 -->

/* drawFooter()
 * This function is used to draw the footer navigation.
 * @param none
 * @return none
 */

function showFooter(){
  drawFooter();
}

function drawFooter(){
  document.writeln("  <!-- BottomNav jsp include -->"
	+"		</div>"
    +"      <div id=\"footer\">"
    +"		  <div class=\"footerphone\">Eight convenient offices, one convenient number 1.800.690.2292 </div>"
    +"		  <div class=\"bottomnav\"><a href=\"http://www.keeferealestate.com/index.php\">Home</a> | <a href=\"http://www.keeferealestate.com/buy.php\">Buying</a> | <a href=\"http://www.keeferealestate.com/sell.php\">Selling</a> | <a href=\"http://www.keeferealestate.com/vacation.php\">Rentals</a> | <a href=\"http://www.keeferealestate.com/about.php\">About Keefe Real Estate</a> | <a href=\"http://www.keeferealestate.com/services.php\">Real Estate Services</a> | <a href=\"http://keefelistings.com/vp/SearchServlet?ListingSearch=TRUE&SITE=KEEFE&ScreenID=SEARCH_LISTING_P\">Search For Property</a> | <a href=\"http://www.keeferealestate.com/news/\">Blog/News</a> | <a href=\"http://keefelistings.com/vp/ListingServlet?SITE=KEEFE&ScreenID=CONTACT_COMPANY\">Contact Us</a> | <a href=\"http://www.keeferealestate.com/sitemap.php\">Site Map</a> | <a href=\"http://mobile.keeferealestate.com\">Mobile Site</a><br>"
    +"			<table width=\"98%\" border=\"0\" cellpadding=\"4\">"
    +"			  <tr>"
    +"				<td width=\"24%\" align=\"left\"><a href=\"http://www.facebook.com/pages/Lake-Geneva-WI/Keefe-Real-Estate-Inc/39592437905\" target=\"_blank\"><img src=\"http://www.keeferealestate.com/images/facebook.png\" alt=\"Visit our Facebook Page\" width=\"32\" height=\"32\" border=\"0\"></a>&nbsp;<a href=\"http://twitter.com/KeefeRealEstate\" target=\"_blank\"><img src=\"http://www.keeferealestate.com/images/twitter.png\" alt=\"Follow Us On Twitter\" width=\"32\" height=\"32\" border=\"0\"></a>&nbsp;<a href=\"http://www.keeferealestate.com/news/index.php?skinid=3\" title=\"RSS\"><img src=\"http://www.keeferealestate.com/images/rss.png\" alt=\"Subcribe to Keefe's RSS Feed\" width=\"32\" height=\"32\" border=\"0\"></a></td>"
    +"				<td width=\"52%\" align=\"center\"><div class=\"lrec\"><a href=\"http://www.relohomesearch.com/\" target=\"_blank\"><img src=\"http://www.keeferealestate.com/images/lrec_logo.gif\" alt=\"Leading Real Estate Companies of the World\" width=\"250\" height=\"30\" border=\"0\"></a></div></td>"
    +"				<td width=\"24%\" align=\"right\"><a href=\"http://mobile.keeferealestate.com\"><img src=\"http://www.keeferealestate.com/images/mobile_icon.png\" alt=\"Keefe Mobile Site\" width=\"32\" height=\"51\" hspace=\"20\" border=\"0\"></a> <a href=\"http://keefelistings.com/vp/LoginServlet2?ScreenID=VOW_LOGIN&SITE=KEEFE&DFLT_PAGE=VOW_HOME\"><img src=\"http://www.keeferealestate.com/images/home-finder.gif\" alt=\"Keefe Home Finder\" width=\"59\" height=\"50\" border=\"0\"></a></td>"
    +"			  </tr>"
    +"			</table>"
    +"		  </div>"
    +"		</div>"
	+" </div>"
	+" </div>"
    +" </div>"
	+" </div>"
    +" <div id=\"credits\">"
    +"  <p class=\"foot\"><img SRC=\"http://www.keeferealestate.com/images/eh.gif\" alt=\"Equal Housing Opportunity\" width=\"25\" height=\"26\" hspace=\"2\" vspace=\"5\" border=\"0\"><br>"
    +"  <p class=\"foot\"><a href=\"http://www.keeferealestate.com/privacy_policy.php\" target=\"_blank\" class=\"foot\">Privacy Policy</a><br>"
    +"    <br>&copy; 2003 - 2010  Keefe Real Estate, Inc.</p>"
    +" </div>"
);
}

