///////////////////////////////////////////////
///////////////////////////////////////////////
// This works with JavaScript 1.2 or greater //
// These classes designed to work with XHTML //
///////////////////////////////////////////////
///////////////////////////////////////////////

/////////////////////////////
// globals and assignments //
/////////////////////////////

window.onload = SetBackgroundColorBasedOnChurchYear;

///////////////
// functions //
///////////////

function SetBackgroundColorBasedOnChurchYear()
{
//   document.body.style.backgroundColor = "purple";
}