// JavaScript Document
var d = new Date();
document.write('<div id="footer"><a href="http://www.bigfinishfilms.com" target="_blank"><img src="/images/bigfinishfilms.png" width="85" height="44" alt="Big Finish Films" /></a><a href="http://www.bigbookfilms.com"><img src="/images/bigbookmedia.png" width="85" height="44" alt="Big Book Media" /></a>');
document.write('<p class="copyright">&copy; '); 
document.write(d.getFullYear()); 
document.write(' Big Book Media. All Rights Reserved.<br />English Standard Version, ESV, and the ESV logo are registered trademarks of Good News Publishers. Used by permission.</p>');
document.write('</div>');