var myDate=new Date();
var myYear=myDate.getYear();
	if (myYear < 1900)
	myYear += 1900;
var year = "&copy; " + myYear;
document.write('<div style="font-size:7.5pt;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;text-align:center"><a href="http://pomog.org/contact.shtml"  title="Protection of the Mother of God Church">');
document.write(year);
document.write(' Protection of the Mother of God Church</a><br>A Parish of the Russian Orthodox Church Outside of Russia</div>');
