
<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->
var CopyrightLine = "<p> <a href=\"http://www.palmbaydesigns.com\" target=\"_new\">Palm Bay Designs LLC</a>&nbsp;&nbsp;  <a href=\"http://Palmbayhosting.com\" class=\"link\" target=\"_new\">Hosting & Site Design</a>&nbsp; 2004-[[YEAR]]&nbsp;";

document.write('<div id="bottom>');


// No edits required below this point.
y = new Date();
year = y.getFullYear();
re = new RegExp("\\[\\[YEAR\\]\\]");
CopyrightLine = CopyrightLine.replace(re,year);
document.write(CopyrightLine);

document.write('All Rights Reserved&nbsp;');
document.write('&nbsp;Please report technical problems with this website to&nbsp; ');
document.write('<A HREF="mailto:stpauljacksonville.org" >webmaster@stpauljacksonville.org</a></p>');



//  End -->

