// Adds links to the bottom of Missions subsidiary pages
// EBJ 2008-05-18

document.write("<div style=\"text-align:center;\">")
document.write("  <font face=\"Georgia, Times New Roman, Times, serif\" size=\"2\">")
document.write("    <b><i>Missions:</i></b>")
document.write("    <a href=\"index.html\">Home</a> &#149;")
document.write("    <a href=\"mission.html\">Mission Statement</a> &#149; ")
document.write("    <a href=\"localoutreach1.html\">Local Outreach</a> &#149; ")
document.write("    <a href=\"global.html\">Global Missions</a><br/> ")
document.write("    <b><i>Programs:</i></b>")
document.write("    <a href=\"../SmallGroups/index.html\">Small Groups</a> &#149; ")
document.write("    <a href=\"../Preschool/index.html\">Preschool</a>")
document.write("    <br/>")
document.write("  </font>")
document.write("</div>")
