
		<!-- Hide script from old browsers
		// (c) Rev. Andrew J. Philip (webmaster@stleonardsparishchurch.org.uk)
		var days=new Array(8);
		days[1] = "Sunday";
		days[2] = "Monday";
		days[3] = "Tuesday";
		days[4] = "Wednesday";
		days[5] = "Thursday";
		days[6] = "Friday";
		days[7] = "Saturday";
		var months=new Array(13);
		months[1] = "January";
		months[2] = "February";
		months[3] = "March";
		months[4] = "April";
		months[5] = "May";
		months[6] = "June";
		months[7] = "July";
		months[8] = "August";
		months[9] = "September";
		months[10] = "October";
		months[11] = "November";
		months[12] = "December";
		var dateObj=new Date()
		var wday=days[dateObj.getDay() + 1]
		var lmonth=months[dateObj.getMonth() + 1]
		var year=dateObj.getFullYear()
		var date=dateObj.getDate()
		
		if (lmonth=="January") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/januarysundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="February") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/februarysundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="March") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/marchsundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="April") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/aprilsundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="May") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/maysundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="June") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/junesundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="July") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/julysundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="August") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/augustsundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="September") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/septembersundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="October") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/octobersundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="November") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/novembersundays.gif' width='80' height='80'></p>")}

		else if (lmonth=="December") 	{document.write("<p class='panelh1maroon style3'><img border='0' src='./images/decembersundays.gif' width='80' height='80'></p>")}

		// End hiding script from old browsers -->
	




