function expCheck() {
var today = new Date(); // today
var date = new Date("September 27, 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'>Harvest Tea at the Secret Garden Gift Shop </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, September 26, 2009, 1:00 p.m. - 2: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>Simpson Gardens, 84 N. Lansdowne Ave. Lansdowne, Pa 19050</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'>The public is invited to a fall, &ldquo;Harvest Tea.&rdquo; Each tea is very elegant affair. Everyone loves the delicious food, healthy portions of sandwiches, scones, sweets and of course, tea! <br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>Reservations are mandatory since the demand is high. You could call the gift shop at (610)623-1645 for information, but reservations are not secure until your payment is made. The cost is $15 per person. If groups would like to participate, please make a note of it to Geri, our table coordinator<br><img src='images/giftrk1.gif' alt='' width='1' height='8' border='0'><br>Given the success of past teas, we encourage you to make your reservations often. The Secret Garden Gift Shop is a ministry of The Garden Church. The shop is located in the Simpson Gardens residence, 84 N. Lansdowne Ave, Lansdowne, Pa 19050. Gift Shop hours are 12-4, Wed-Sat in Summer and Tues-Sat, 11-5 during school year.</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
	}
}
expCheck();
