//  automatically generated by updtInfo.cgi
var Thought = "Sometimes we commit the Golden Rule to memory but forget to commit it to life.";
var Calendar = "February 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;
}

