function mouseOver(){
	var vSrc = window.event.srcElement;
	if (vSrc.tagName == "A") {
	vSrc.style.color = "#FF0000";
	window.event.cancelbubble == true;
	}
}
function mouseOut() {
	var vSrc = window.event.srcElement;
	if (vSrc.tagName == "A") {
	vSrc.style.color = "#000000";
	window.event.cancelbubble == true;
	}
}
document.onmouseover = mouseOver;
document.onmouseout = mouseOut;
document.write('<body background="../../../jokes/stationery.jpg" topmargin="0" leftmargin="0" link="#000000" vlink="#000000" alink="#000000" style="font-family: Tahoma; color: Black">');
document.write(' <table border="0" width="80%" align="center"><tr><td colspan="3" align="center"><img border="0" src="centenary.jpg" width="600" height="60"></td></tr><tr><td width="202"><font size=2><a href="../../../index.htm">Caithness Community Website</a></font></td><td width="202"><p align="center"><font size=2><a href="index.htm">Centenary Index</a></font></td></center><td width="202"><p align="right"><font size=2><a href="../index.htm">Churches Index</a></font></td></tr></table>');






