<!-- 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\">Seven 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/rentals.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\">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=\"30%\" align=\"left\" valign=\"bottom\"><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/?cat=-6&feed=rss2\" 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=\"40%\" align=\"center\" valign=\"bottom\"><div class=\"lrec\"><a href=\"http://www.relohomesearch.com/\" target=\"_blank\"><img src=\"http://www.keeferealestate.com/images/lrcotw_logo.gif\" alt=\"RELO Home search\" width=\"50\" height=\"62\" border=\"0\" /></a>&nbsp;&nbsp;<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=\"30%\" align=\"right\" valign=\"bottom\"><a href=\"http://itunes.apple.com/us/app/keefe-real-estate/id457636754?mt=8\"><img src=\"http://www.keeferealestate.com/images/keefe_itunes_app.png\" alt=\"Keefe iPhone App\" width=\"50\" height=\"50\" hspace=\"4\" border=\"0\"></a><a href=\"https://market.android.com/search?q=keefe+real+estate&amp;so=1&amp;c=apps\"><img src=\"http://www.keeferealestate.com/images/keefe_android_app.png\" alt=\"Keefe Android App\" width=\"50\" height=\"50\" hspace=\"10\" border=\"0\"></a><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=\"4\" 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>"
);
}


