function howlong(){
var tod=new Date();
var y=tod.getFullYear();
var howlong = y-1765;
//document.write(howlong);
document.getElementById("howlong").innerHTML='<font size="2" face="Arial">Established 1765 as a stockade church, without a congregation since 1930, Old St. Lukes has served the community as a religious institution and gathering place for ' +howlong+ ' years</font>';

document.getElementById("copy").innerHTML='<font color="#ff0000" size="3" face="Arial"><b>Remove not the ancient landmark, which thy ancestors have set - Proverbs 22:28</b></font><br><font face="Arial" size="2"><b>&copy; '+y+' Old St. Lukes</b></font>';
anchor();
}
