var lpath = new Array(12)
lpath[0] = "ukonline.htm"
lpath[1] = "aded.htm"
lpath[2] = "childcentre.htm"
lpath[3] = "diary.htm"
lpath[4] = "hire.htm"
lpath[5] = "events.htm"
lpath[6] = "famhis.htm"
lpath[7] = "affiliates.htm"
lpath[8] = "volunteer.htm"
lpath[9] = "donate.htm"
lpath[10] = "trustees.htm"
lpath[11] = "yoga.htm"
lpath[12] = "findus.htm"
lpath[13] = "index.htm"
var lname = new Array(12)
lname[0] = "UK Online"
lname[1] = "Adult Education"
lname[2] = "Child Centre"
lname[3] = "Diary"
lname[4] = "Facilities Hire"
lname[5] = "Events"
lname[6] = "Family History Group"
lname[7] = "Affiliated Groups"
lname[8] = "Volunteer"
lname[9] = "Donate"
lname[10] = "Trustees"
lname[11] = "Yoga"
lname[12] = "Find Us"
lname[13] = "Home"
var ltitle = new Array(12)
ltitle[0] = "Information on our UK Online Centre"
ltitle[1] = "Details of Adult Education Courses"
ltitle[2] = "Make use of the Child Centre"
ltitle[3] = "Our Diary"
ltitle[4] = "How to hire our facilities"
ltitle[5] = "Special Events"
ltitle[6] = "Family History Group"
ltitle[7] = "Affiliated Groups"
ltitle[8] = "Volunteer"
ltitle[9] = "Donate"
ltitle[10] = "Trustees"
ltitle[11] = "Yoga"
ltitle[12] = "How to get to us"
ltitle[13] = "Home"
for (i=0; i<14; i++)
{
document.write("<p>[<a href=\"" + lpath[i] + "\"" + " title=\"" + ltitle[i] + "\">" + lname[i] + "</a>]</p>")
}

document.write ("<a href=\"http://www.1and1.co.uk/?k_id=19212871\" title=\"Our ISP\">")

document.write ("<img  style=\"width:81px;height:81px\" src=\"greenhosting_small.png\" alt=\"1 & 1 Internet\" border=\"0\" />")

document.write ("</a>")
