// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Castle Rock Nia Fitness Studio, Sophia Management, LLC. The marketing on this site is managed by www.AllisonFrederick.com. The terms Nia, Nia Technique are trademarks, and the Nia logo is a registered trademark. For use permission, contact NiaNow.com.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");
