function expCheck() {
var today = new Date(); // today
var date = new Date("September 13, 2009"); // the day after the event

if (today.getTime() > date.getTime()) { // after expirationt date
document.write('');
}
else { // before expiration date

document.write("<table>");
document.write("<tr>");
document.write("<td width='100%'>");
document.write("<img src='images/giftrk1.gif' width='2' height='28' border='0' alt='spacer'><br>");
document.write("<table width='100%' border='1' cellspacing='0' cellpadding='10'>");
document.write("<tr bgcolor='#ffffff'>");
document.write("<td><span class='BodyText'>Event</span></td>");
document.write("<td width='100%'><span class='MainHead'>S.A.L.L.I. at The Garden Church. (Salt & Light Learning Institute)</span></td>");
document.write("</tr>");
document.write("<tr bgcolor='#ffffff'>");
document.write("<td><span class='BodyText'>When</span></td>");
document.write("<td width='100%'><span class='BodyText'><b>Monday-Friday, September 13, 2009, 3:30 p.m. - 5:30 p.m.</b></span></td>");
document.write("</tr>");
document.write("<tr bgcolor='#ffffff'>");
document.write("<td><span class='BodyText'>Where</span></td>");
document.write("<td width='100%'><span class='BodyText'><b>Landing Room</b></span><br><span class='BodyText'>Parking is available in the Lansdowne municipal lot (free on Sundays) and on Lansdowne, Stratford, Stewart, and Owen avenues. </span><a href='direct.html#lot' class='BodyText'>View&nbsp;it&nbsp;on&nbsp;the&nbsp;map</a></td>");
document.write("</tr>");
document.write("<tr bgcolor='#ffffff'>");
document.write("<td><a class='BodyText'>Details</a></td>");
document.write("<td width='100%'><span class='BodyText'>S.A.L.L.I. at The Garden Church. (Salt &amp; Light Learning Institute) This is an after-school enrichment program. With the talented Rachel Slaughter, M.Ed. as Director, the children in the community are encouraged to participate. (especially our own church children) Activities include homework help, academic support, SAT prep and general TLC. Call the church at (610)623-1645 to find out more. Or, for more specific details, here is the contact info:<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>www.salli.faithweb.com | saltandlight2008@hotmail.com | (610) 220-3643<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>Also, Rachel is still interested in finding solid volunteers, preferably adults. Remember our new time schedule (for fall) is Mon-Thurs 3:30-5:30; Fri 5:30-7:30; Sat 10-1. We may add additional hours on Fri for toddler story time.</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
	}
}
expCheck();
