<!--
var the_year = new Date();
var year_now = the_year.getFullYear();
document.write('<p class="copyright"><a href="copyright.php" target="_self"><font color="#CCCCCC">&copy; '+ year_now +' <b>Discipleship Library</b>.&nbsp;&nbsp;All Rights Reserved.</font></a></p>');
//-->