//-- Footer
  if (page == "homes" || page == "news" || page == "planning" || page == "about" || page == "interested" || page == "faqs") {
	
	document.write('<a href="http://www.mauiland.com" target="_blank">');
	document.write('<img src="/images/logo_mlp_hmpg.gif" hspace="10" alt="Maui Land & Pineapple Company" border="0">');
	document.write('</a>');
	document.write('<br><br>');
//	document.write('<a href="/index.html">Back to Home</a>');
//	document.write(' | ');
	document.write('<a href="/contactus.html">Contact Us</a>');
//	document.write(' | ');
//	document.write('<a href="/sitemap.html">Site Map</a>');
	document.write(' | ');
	document.write('<a href="/privacy.html">Privacy Policy</a>');
	document.write(' | ');
	document.write('<a href="/disclosure.html">Disclosure</a>');
	document.write('<br>');
  } else {
	
	document.write('<a href="http://www.mauiland.com" target="_blank">');
	document.write('<img src="/images/logo_mlp_hmpg.gif" hspace="10" alt="Maui Land & Pineapple Company" border="0">');
	document.write('</a>');
	document.write('<br><br>');
//	document.write('<a href="/index.html">Back to Home</a>');
//	document.write(' | ');
	document.write('<a href="/contactus.html">Contact Us</a>');
//	document.write(' | ');
//	document.write('<a href="/sitemap.html">Site Map</a>');
	document.write(' | ');
	document.write('<a href="/privacy.html">Privacy Policy</a>');
	document.write(' | ');
	document.write('<a href="/disclosure.html">Disclosure</a>');
	document.write('<br>');
  
  }