<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var copyright	  = "yes"	// SHOW COPYRIGHT
var rlogo		  = "yes"	// SHOW R LOGO


document.write('<span class="footer">');

document.write('<a href="../index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../listedhomes.htm">Find a Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../cma-contact.htm">Sell a Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../tools.htm">Help</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="community-links.htm">Community</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../contact.htm">Contact</a>');

document.write('<br><br>');


// EDIT THE NEXT LINE

   if (rlogo == "yes") {
document.write('<img src="images/r-logo.jpg" alt="Realtor" border="0" hspace="10" vspace="0">');
}

document.write('All contents &copy;Copyright 2008-2011 ');

document.write('<a href="../index.html">Renee Shelton - Real Estate Broker</a>');

   if (rlogo == "yes") {
document.write('<img src="images/ehl-logo.jpg" alt="Equal Housing Lender" border="0" hspace="10" vspace="0">');
}

   if (copyright == "yes") {
document.write('<br>Site Design &copy; 2008-2011 All Rights Reserved <a href="http://www.jrfreelance.com" target="_blank">JR Freelance Design</a><br><br>');
}

document.write('</span>');


//  End -->
