
function PrintHomeAudioLinks ( lessondate ) {
  document.write('<DIV ID="sectionhead">');
  document.write('<TABLE WIDTH=75% STYLE="TEXT-ALIGN: CENTER; FONT-SIZE: 85%;">');
  document.write('<TR>');

  document.write('<TD>');
  document.write('<A href="http://www.audioevangelism.com/dlybrd/audio/DB_');
  document.write(lessondate);
  document.write('_24.m3u">Listen to this Lesson<BR>(Dial-Up)</A>');
  document.write('</TD>');

  document.write('<TD>');
  document.write('<A href="http://www.audioevangelism.com">AudioEvangelism.com Main Page</A>');
  document.write('</TD>');

  document.write('<TD>');
  document.write('<A href="http://www.audioevangelism.com/dlybrd/audio/DB_');
  document.write(lessondate);
  document.write('_48.m3u">Listen to this Lesson<BR>(High-Speed)</A>');
  document.write('</TD>');

  document.write('</TR>');
  document.write('</TABLE>');
  document.write('</DIV>');
}


function PrintHomeLink () {
  document.write('<DIV ID="sectionhead">');
  document.write('<A href="http://www.audioevangelism.com">AudioEvangelism.com Main Page</A>');
  document.write('</DIV>');
}


function PrintHeaderImage () {
  document.write('<DIV ID="header">');
  document.write('<IMG SRC="../../images/aebanner.jpg" ALT="AudioEvangelism.com Logo">');
  document.write('</DIV>');
}


function PrintHeaderScripture () {

}


function PrintFooter ( lastupdate ) {
  document.write('<DIV ID="transfooter">');
  document.write('Copyright &copy; 2005-2010 by Audio Evangelism.');
  document.write('<BR>');
  document.write('Please abide by our <A href="../../usage.htm">Usage Guidelines</A>.');
  document.write('<BR>');
  document.write('All scripture quotations, unless otherwise indicated, are taken from the New King James Version&reg; (NKJV).');
  document.write('<BR>');
  document.write('NKJV Copyright &copy; 1982 by Thomas Nelson, Inc. Used by permission. All rights reserved.');
  document.write('<BR>');
  document.write('This page was last updated: ');
  document.write(lastupdate);
  document.write('</DIV>');
}