// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Dezaree Finch~Call for an appointment 530-848-1561~dezareecounsels@dezareefinch.com";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

