// Begin Javascript Include
// This file contains the Church website navigation information
document.write("<ul class='menu'>")
document.write("<li><h5>Latest news and events</h5></li>")
document.write("<li>The Annual Church Jumble Sale is on Saturday February 13th at 2.30pm</li>")
document.write("<li>On Ash Wednesday (February 17th) there will be Communion with Ashing</li>")
document.write("<li>The Lent Course starts on February 25th</li>")
document.write("<li><a href='diary.html'>More...</a></li>")
document.write("<li><br></li>")
// document.write("<li>Download a copy of our<br><a href='Documents/2009diary.pdf' target='_blank'>annual church diary</a></li>")
document.write("</ul>")
// End Javascript Include
