// JavaScript Document

var txt="News";
document.write( "<br>")
document.write(" " + txt.link("news.php") + "<br>")
var txtRH="Prayer Requests";
document.write(" " + txtRH.link("prayerrequests.php") + "<br>")
var txtHis="Resources";
document.write(" " + txtHis.link("resources.php") + "<br>")
