<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->
var d = new Date();

document.write('<span class="copytext">&copy;Copyright 2005-'+d.getFullYear());

document.write(' <a href="index.html" class="link" target="_top">Park Slope Christian Tabernacle</a>');

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


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


//  End -->