// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "True Pilates, LLC (dba Romana\'s Pilates). Copyright 2002-2011. All rights reserved. Unauthorized use is prohibited.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

