
		<!-- 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 (date>3 && date<11 && lmonth=="September") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>1 && date<9 && lmonth=="October") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>5 && date<13 && lmonth=="November") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>3 && date<11 && lmonth=="December") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>7 && date<15 && lmonth=="January") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>4 && date<12 && lmonth=="February") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>3 && date<11 && lmonth=="March") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>7 && date<15 && lmonth=="April") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>5 && date<13 && lmonth=="May") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else if (date>2 && date<10 && lmonth=="June") {document.write("<IMG src='./images/openhouse.jpg' width='445' height='149'>")}

		else {document.write("<p class='frontbody'>You are welcome to join us for coffee at our OPEN HOUSE on the second Saturday every month between 10am and noon. The church will also be open if you'd like to go in.</p>")}

		// End hiding script from old browsers -->
	





