// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "...TheWoodlands@att.net , Patti4Homes@att.net ,Catholic77381@att.net , AveMariaFlorida@att.net , Anthony92130@att.net .";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");
