function footer(){
document.write('<table width="750" border="0" cellpadding="0" cellspacing="0">');
document.write(' <tr>');
document.write('  <td>&nbsp;</td>');
document.write('  <td class="footer">');
document.write('   &nbsp;<br>Spiritwind is a registered trademark.<br><br>');
document.write('   <a href="http://www.platypidesigns.ca" target="_blank"><img src="media/pd_logo.gif" alt="Platypi Designs" align="absmiddle" border="0"></a> <a href="http://www.platypidesigns.ca" target="_blank">Web site design created and donated by Platypi Designs</a>');
document.write('  </td>');
document.write(' </tr>');
document.write(' <tr>');
document.write('  <td>&nbsp;</td>');
document.write('  <td class="footer">');
document.write('   &nbsp;<br>');
document.write('   <a href="http://www.sentex.net" target="_blank"><img src="media/sentex_logo.gif" alt="Sentex Data Communications" align="absmiddle" border="0"></a> Web site hosting donated by <a href="http://www.sentex.net" target="_blank">Sentex Data Communications</a>');
document.write('   <p></p>');
document.write('   &copy; 2004 Spiritwind Christian Centre');
document.write('  </td>');
document.write(' </tr>');
document.write('</table>');

}