function display_footnotes(omit)
{
document.write('<hr>');
document.write('<div align="left">');
document.write('  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">');
document.write('    <tr>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" size="2" color="#FF00FF">A</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Audio and/or Powerpoint will be available ');
document.write('      shortly </font></td>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" color="#ff00ff" size="2">E</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Audio for this sermon is not available');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="4%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('      <td width="4%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('      <td width="46%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" size="2" color="#FF00FF">B</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Sermon delivered, but no presentation is available</font></td>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" color="#ff00ff" size="2">F</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Sermon not delivered ');
document.write('      this week (often is a testimony, drama or musical performance)</font></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="4%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('      <td width="4%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('      <td width="46%"><font face="Verdana" size="1" color="#FF00FF">&nbsp;&nbsp;</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" color="#ff00ff" size="2">C</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Church was cancelled on this ');
document.write('      day</font></td>');
document.write('      <td width="4%" align="center">');
document.write('      <font face="Verdana" color="#ff00ff" size="2">G</font></td>');
document.write('      <td width="46%"><font face="Verdana" size="1">Sermon audio is the one from the ');
document.write('      early morning (9am) service</font></td>');
document.write('      </font></td>');
document.write('    </tr>');
document.write('  </table>');
document.write('</div>');
document.write('<hr><font color="#000080" size="1" face="Verdana">Listed with each sermon is the ');
document.write('date it was preached, the scripture reference(s) and the file-sizes (in Kb or ');
document.write('Mb) of the different formats available (Adobe Acrobat [PDF], Powerpoint and MP3).<p>');
document.write("To view a sermon <i>before</i> Jan 1 2008, you'll need <b>Microsoft Powerpoint</b>, as they are ");
document.write("stored as Powerpoint files; if you do not have it, you can download ");
document.write('<a href="progs/ppviewer.exe"><b>Powerpoint Viewer</b></a>, which will allow ');
document.write("you to view Powerpoints.<p>To view a sermon <i>after</i> Jan 1 2008, you'll need <b>Adobe ");
document.write("Acrobat Reader</b>, as they are stored as PDF files. <p>The audio files are in standard MP3 format.");
document.write('</font>');
document.write('<hr><br>');


}