// JavaScript Document

// copyright © 2009 mybasicweb.com

// LEFT COLUMN MENU

document.write('<a class="small-title">Resources</a><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="ot.html" class="MyLink">Old Testament</a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="apocrypha.html" class="MyLink">Apocrypha</a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="nt.html" class="MyLink">New Testament</a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="bcp.html" class="MyLink">Book of Common Prayer</a></p>');

document.write('<p class="left-col-txt"><a href="bcp-mor.html" class="MyLink"><em>- Morning Prayer</em></a></p>');

document.write('<p class="left-col-txt"><a href="bcp-eve.html" class="MyLink"><em>- Evening Prayer</em></a></p>');

document.write('<p class="left-col-txt"><a href="bcp-fam.html" class="MyLink"><em>- Family Prayer</em></a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="sacraments.html" class="MyLink">Seven Sacraments</a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="creed.html" class="MyLink">The Creed</a></p><p class="small-title">&nbsp;</p>');

document.write('<p class="left-col-txt"><a href="faq.html" class="MyLink">FAQ</a></p><p class="small-title">&nbsp;</p>');

