// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Compa&#241;erismo B&#237;blico El Caminowww.ministerioelcamino.com e-mail: info@ministerioelcamino.com511 Barfknecht Lane - Lewisville, Tx 75056 - Tel: 972-394-1414 - Fax 972-492-3788";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

