// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "SDR Properties. Contact us: sdrproperties@aol.com or call today 305 448 4831copyright &#169; 2006 SDR Properties of Dade County, Inc. all rights reserved -Licensed Real Estate Broker information deemed reliable, but not guaranteed.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2007 ");
