function expCheck() {
var today = new Date(); // today
var date = new Date("October 11, 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'>Public Auction </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, October 10, 2009, 10 a.m. - 2: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>The Auction House, Southern New Jersey</b></span> </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'>Auction of antiques & collectibles. As a follow-up to the successful spring Appraisal & Auction Fair, we will shift gears and take all the things that weren't purchased to the &ldquo;Auction House&rdquo in So. New Jersey.<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>Once a month, Marty, the appraiser & auctioneer who did the valuations for us, will combine our goods with all the others that people are auctioning that day. All of our items will be itemized and sold, giving us a final cash settlement for all of our accumulated &ldquo;stuff&rdquo;.<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>WRITE 3rd PARAGRAPH OF EVENT DESCRIPTION HERE [Call the church for more details at (610)623-1645</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
	}
}
expCheck();
// JavaScript Document