// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Jacqueline Stewart, a voice in the wilderness of these perilous days for terrified and hurting children, teens &amp; all whom are oppressed. Setting captives free by the Blood of Jesus Christ. To Him be all glory. Amen!";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

