// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Town and Country Furnishings Market, Inc.";
if (addCopyright)
document.write(" " + footerName + " &#169; 2007 - 2010 ");

