<!-- comment out in case it doesn't understand 
// eventually, add a function for date and search within that date to list things
// last updated 083106
// last updated 030407
// last updated 042508
// last updated 011910

function writeEvents()
{

document.write('<DIV class=clsNoWrap style="FONT-SIZE: 7pt; MARGIN-BOTTOM: 3px"><b>Sat Jan 23, 2010</b><BR>Youth Bible Study @ UTA</DIV>');

document.write('<DIV class=clsNoWrap style="FONT-SIZE: 7pt; MARGIN-BOTTOM: 3px"><b>Sun Jan 31, 2010</b><BR>Youth-Led Service</DIV>');

document.write('<DIV class=clsNoWrap style="FONT-SIZE: 7pt; MARGIN-BOTTOM: 3px"><b>Sun Feb 14, 2010</b><BR>Valentines Day</DIV>');

document.write('<DIV class=clsNoWrap style="FONT-SIZE: 7pt; MARGIN-BOTTOM: 3px"><b>Sun Feb 21, 2010</b><BR>Youth Auction Fundraiser</DIV>');

}

-->