
function pagelinks()

{ 

document.write("<table border=0 width=100% align=center  cellpadding=0 cellspacing=0 background=bgfinal.jpg>");

document.write("<tr height=32>");
document.write("<td align=center>");

document.write("<table border=0 cellspacing=1 cellpadding=8 valign=center>");

document.write("<tr valign=center >");

document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"who.html\">");
document.write("We Believe");
document.write("</a>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"sermons.html\">");
document.write("Sermons");
document.write("</a>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"biblestudy.html\">");
document.write("Bible Study");
document.write("</a>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"audiobiblestudy.html\">");
document.write("Audio Bible Studies");
document.write("</a>");
document.write("</td>");

document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"pptbygraeme.html\">");
document.write("PowerPoint Studies");
document.write("</a>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"timings.html\">");
document.write("Meetings & Timings");
document.write("</a>");
document.write("</td>");

document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"events.html\">");
document.write("Events");
document.write("</a>");
document.write("</td>");

document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"mission.html\">");
document.write("Mission Work");
document.write("</a>");
document.write("</b>");
document.write("</td>");

document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"prisionMins.html\">");
document.write("Prision Ministry");
document.write("</a>");
document.write("</b>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"specialstudy.html\">");
document.write("Study Material");
document.write("</a>");
document.write("</td>");


document.write("<td align=center>");
document.write("<font face=tahoma size=1>");
document.write("<b>");
document.write("<A href=\"links.html\">");
document.write("Links");
document.write("</a>");
document.write("</td>");

document.write("</tr>");

document.write("</table>");


document.write("</td>");


document.write("</tr>");

document.write("</table>");
}
