// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Tia, Tanning &amp; Well Being. Content appearing on this website may not be copied or reproduced without the express written consent of Tia Tanning";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");
