<!-- Hide from old browsers


if( Date.parse( document.lastModified ) != 0 ){
	var LastModified = new Date( document.lastModified )
	var arrMonths = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" )
	var strDaySuffix
switch( LastModified.getDate() ){
case 1:
case 21:
case 31:
strDaySuffix = "st"
break
case 2:
case 22:
strDaySuffix = "nd"
break
case 3:
case 23:
strDaySuffix = "rd"
break
default:
strDaySuffix = "th"
}
	var dateObj=new Date();
	var year=dateObj.getFullYear();
var yearDate = LastModified.getFullYear();
if(yearDate<2000)
yearDate = yearDate+100;
var strDate = LastModified.getDate() + strDaySuffix + " " + arrMonths[ LastModified.getMonth() ] + " " + yearDate
}
document.write("<FONT face=Arial size=1 color=#000000><I>This page was last updated - " + strDate + " <BR>Copyright (c) " + year + " St. Leonard's Parish Church, Dunfermline. All rights reserved.<BR>2 Brucefield Avenue, Dunfermline KY11 4SN - Tel +44 (0)1383 620106<BR>Registered Scottish Charity # SC007799<BR>Please send your questions, comments, or bug reports to <A href='mailto:webmaster@stleonardsparishchurch.org.uk' title='Send email here'><FONT face=Arial size=1 color=#0000ff><I>webmaster@stleonardsparishchurch.org.uk</I></FONT><IMG src='../images/mailto_a.gif' height='10' width='14' hspace='1' align='absmiddle' border='0'></A></I></FONT>")
// End hiding script from old browsers -->
