// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Emahoy (Sister) Hannah Mariam for Debre Berhan Selassie Ethiopian Orthodox Tewahedo Monastery ~";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2011 ");

