// cur = current year //
// following code is passed from each page: //
//   cry = original copyright year //

var dt = new Date();
var cur = dt.getFullYear();
if (cur > cry) { cur = cry + "-" + cur };

document.write('<p><hr /></p>');
document.write('<div align="center" style="font-size: 10pt;"><b>&copy;' + cur + ' - Prince of Peace Lutheran Church, Palatine, Illinois - All Rights Reserved<br />');
document.write('Contact us at 847-359-3451 or ');
es('office');
document.write('</b></div>');
