
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">Copyright &copy;2004 - ');
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
var today = new Date();
var year = y2k(today.getYear());
document.write(''+year+'  ');

document.write('<a href="index.html" target="_top" class="copylink">St Paul Missionary Baptist Church</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information please '); 

document.write(' <a  href="contact.htm" class="copylink">Contact Us</a>');

document.write('</span><br>');



//  End -->