function expCheck() {
var today = new Date(); // today
var date = new Date("November 8, 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'>Holiday Bazaar </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>Saturday, November 7, 2009, 10 a.m. - 3:00 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>Social Hall, Joy Room, Library</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'>All the regular great stuff...crafts, food, Nelson's chicken, Gramma's Attic, baked table, books & much, much more.<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>Call the church office for more information at (610)623-1645. Volunteers are invited to inquire. Also, please help by making craft items now!</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
	}
}
expCheck();
