//  automatically generated by updtInfo.cgi
var Thought = "It's not the body's posture but the heart's attitude that counts when we pray.";
var Calendar = "September 2010.pdf";
var Events = "";
var UrgMsg = "";

function showThought()
{
   document.getElementById("thought").innerHTML = Thought;
}

function showCal()
{
   document.getElementById("calendar").innerHTML = Calendar;
}

function showEvents()
{
   document.getElementById("events").innerHTML = Events;
}

function showUrgent()
{
   document.getElementById("urgent").innerHTML = UrgMsg;
}

