 calendar = new Date();
 day = calendar.getDay();
 month = calendar.getMonth();
 date = calendar.getDate();
 year = calendar.getYear();
 if (year < 1000)
 year+=1900
 cent = parseInt(year/100);
 g = year % 19;
 k = parseInt((cent - 17)/25);
 i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
 i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
 j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
 l = i - j;
 emonth = 3 + parseInt((l + 40)/44);
 edate = l + 28 - 31*parseInt((emonth/4));
 emonth--;
 var dayname = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
 var monthname = 
 new Array ("January","February","March","April","May","June","July","August","September","October","November","December" );

// Easter
if ((month == emonth) && (date == edate)) {
document.write('<TABLE align="center" width="610" bgcolor="#ffff04"><TR>');
document.write('<TD valign="middle" align="right" width="91><IMG src="../graphics/easter7.gif" width="155" height="133" border="0" alt="Bunny & Eggs"></TD>');
document.write('<TD valign="middle" align="center" width="427"><IMG src="../graphics/anihappy.gif" width="359" height="62" border="0" alt="Happy Easter"></TD>');
document.write('<TD valign="middle" align="left" width="91"><IMG src="../graphics/eastersmgry.gif" width="140" height="80" border="0" alt="Hopping Bunny"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// New Year
if ((month == 0) && (date == 1)) {
document.write('<TABLE align="center" width="610" bgcolor="#cc0000"><TR>');
document.write('<TD valign="middle" align="right" width="91"><IMG src="../graphics/newyear.gif" width="75" height="75" border="0" alt="Dropping ball"></TD>');
document.write('<TD valign="middle" align="center" width="427"><H1>Happy New Year</H1></TD>');
document.write('<TD valign="middle" align="left" width="91"><IMG src="../graphics/yearend.gif" width="75" height="75" border="0" alt="Changing calendar"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// Ground Hog Day
if ((month == 1) && (date == 2)) {
document.write('<table align="center" border="0" width="610" bgcolor="#F2F3E5"><tr>');
document.write('<td align="center" valign="middle" bgcolor="white"><img src="../graphics/groundhog_day.jpg" width="225" height="87" border="0"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// St. Valentine's Day
if((month == 1) && (date == 14)) {
document.write('<table align="center" border="0" width="610" bgcolor="#FFCCFF"><tr>');
document.write('<td width="180" align="center"><img src="../graphics/cupid1.gif" width="153" height="83" border="0" ALT="Cupid"></td>');
document.write('<td align="center"><img src="../graphics/valentines_sign_rose_rocking_md_clr.gif" width="200" height="100" border="0" alt="Happy Valentines Day"></td>');
document.write('<td width="180" align="center"><img src="../graphics/hearts_md_clr.gif" width="80" height="100" border="0" alt="Hearts"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// St. Patricks Day
if ((month == 2) && (date == 17)) {
document.write('<table align="center" border="0" width="610" bgcolor="#339933"><tr>');
document.write('<td width="180" align="center"><img src="../graphics/leprechaun_play_with_gold_md_clr.gif" width="100" height="140" border="0" alt="Leprechaun with gold"></td>')
document.write('<td align="center" valign="middle"><img src="../graphics/st_pattys_day_stick_rocking_md_clr.gif" width="200" height="100" border="0" alt="Happy St. Patricks Day"></td>');
document.write('<td width="180" align="center"><img src="../graphics/shamrocks_fall_md_clr.gif" width="130" height="100" border="0" alt="Shamrocks falling"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// Mother's Day
if ((month == 4) && (day == 0) && (date >= 8) && (date <= 14)) {
document.write('<table align="center" border="0" width="610"><tr>');
document.write('<td align="center" valign="middle" bgcolor="white"><img src="../graphics/mothers_day_butterfly_md_clr.gif" width="130" height="80" border="0"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// Memorial Day
if ((month == 4) && (day == 1) && (date > 24)) {
document.write('<table align="center" border="0" width="610" cellpadding="5"><tr>');
document.write('<td width="150" align="right"><img src="../graphics/US_flag_half_mast_md_clr.gif" width="120" height="120" border="0" alt="U.S. Flag at half mast"></td>');
document.write('<td><p><b>Today is Memorial Day. &nbsp;Please take time today to remember and honor those who served in the Armed Services of our great country and are no longer with us. &nbsp;We owe a great debt of gratitude to these men and women, especially those who made the &quot;ultimate&quot; sacrifice while in service to their country.</b></p></td>');
document.write('<td width="151" bgcolor="white"><p><img src="../graphics/Armed_Forces_Collage_1.jpg" width="151" height="187" border="0" Armed Forces Collage"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// Flag Day
if ((month == 5) && (date == 14)) {
document.write('<table align="center" border="0" width="610"><tr>');
document.write('<td width="150" align="center" valign="middle" bgcolor="red"><img src="../graphics/eagle4th.gif" width="81" height="94" border="0"></td>');
document.write('<td align="center" bgcolor="white"><p align="center"><span style="font-size:36pt;">Flag Day</span></p></td>');
document.write('<td width="150" align="center" valign="middle" bgcolor="blue"><img src="../graphics/usa1.gif" width="120" height="90" border="0"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// Father's Day
if ((month == 5) && (day == 0) && (date >= 15) && (date <= 21)) {
document.write('<table align="center" border="0" width="610"><tr>');
document.write('<td align="center" valign="middle" bgcolor="white"><img src="../graphics/fathers_day.jpg" width="225" height="88" border="0"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}                                                            

// Fourth of July
if ((month == 6) && (date == 4)) {
document.write('<table align="center" border="0" width="610"><tr>');
document.write('<td width="200" bgcolor="black"><img src="../graphics/4th_fireworks_md_blk.gif" width="180" height="100" border="0" alt="July 4th"></td>');
document.write('<td align="center" valign="middle" bgcolor="white"><img src="../graphics/happy-20birthday-20america.jpg" width="225" height="55" border="0" alt="Happy Birthday America"></td>');
document.write('<td width="200" align="center" bgcolor="black"><img src="../graphics/fireworks_big_burst_md_blk.gif" width="100" height="100" border="0" alt="Fireworks"></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// 9-11-01
if ((month == 8) && (date == 11)) {
document.write('<TABLE align="center" border="0" width="610" bgcolor="black"><TR>');
document.write('<TD align="center" valign="middle" bgcolor="red"><img src="../graphics/us_flag_half_mast_md_clr.gif" width="132" height="200" border="0" alt="9-11-01 Never Forget"></TD>');
document.write('<TD align="center" valign="middle" bgcolor="white"><TABLE align="center" border="0" width="346" bgcolor="white"><TR>');
document.write('<TD align="center" valign="middle" bgcolor="white"><p align="center"><span style="font-size:24pt; color:blue;">Patriot Day</span></p></TD>');
document.write('</TR><TR>');
document.write('<TD align="center" valign="middle" bgcolor="white"><p align="center"><span style="font-size:24pt;">9-11-01</span></p></TD>');
document.write('</TR><TR>');
document.write('<TD align="center" valign="middle" bgcolor="white"><p align="center"><span style="font-size:24pt;">Let us never Forget</span></p></TD>');
document.write('</TR></TABLE></TD>');
document.write('<TD align="center" valign="middle" bgcolor="blue"><img src="../graphics/sept_11_anniversary.jpg" width="132" height="200" border="0" alt="9-11-01 Never Forget"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// Halloween
if ((month == 9) && (date == 31)) {
document.write('<TABLE align="center" width="610" bgcolor="#DE740C"><TR>');
document.write('<TD valign="middle" align="left" width="91"><IMG src="../graphics/pumpkin.gif" width="140" height="130" border="0" alt="Pumpkin"></TD>');
document.write('<TD valign="middle" align="center" width="428"><IMG src="../graphics/halloween.gif" width="300" height="85" border="0" alt="Happy Halloween"></TD>');
document.write('<TD valign="middle" align="right" width="91"><IMG src="../graphics/skeletons.gif" width="162" height="127" border="0" alt="Dancing skeletons"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// Veteran's Day
if ((month == 10) && (date == 11)) {
document.write('<table border="0" width="610" cellpadding="5"><tr>');
document.write('<td width="175" align="center" bgcolor="white"><img src="../graphics/armed_forces_collage_2.jpg" width="175" height="225" border="0"></td>');
document.write('<td><p><b><span style="font-size:14pt;">This is Veterans Day. &nbsp;Today we honor all who have ever served in the Armed Forces of our great country. &nbsp;Be sure to say &quot;Thank you&quot; to a veteran today.</span></b></p></td>');
document.write('</tr></table>');
//document.write('<p>&nbsp;</p>');
}

// Thanksgiving
if ((month == 10) && (day == 4) && (date >= 22) && (date <= 28)) {
document.write('<TABLE align="center" width="610" bgcolor="#DE740C"><TR>');
document.write('<TD valign="middle" align="left" width="91"><IMG src="../graphics/turkey_strut.gif" width="100" height="100" border="0" alt="Strutting turkey"></TD>');
document.write('<TD valign="middle" align="center" width="428"><H1>Happy Thanksgiving</H1></TD>');
document.write('<TD valign="middle" align="right" width="91"><IMG src="../graphics/cookedturkey.gif" width="160" height="107" border="0" alt="Steaming turkey"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// Christmas Eve
if ((month == 11) && (date == 24)) {
document.write('<TABLE align="center" width="610" bgcolor="red"><TR>');
document.write('<TD align="center" bgcolor="red"><p align="center"><span style="font-size:24pt;">Santa comes tonight!</span></p></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

// Christmas
if ((month == 11) && (date >= 15) && (date <= 26)) {
document.write('<TABLE align="center" width="610" bgcolor="#006600"><TR>');
document.write('<TD valign="middle" align="center" colspan="3"><IMG src="../graphics/lights2.gif" width="528" height="29" border="0" alt="Christmas lights"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD valign="middle" align="left" width="91"><IMG src="../graphics/deer1.gif" width="100" height="112" border="0" alt="Reigndeer"></TD>');
document.write('<TD valign="middle" align="center" width="428"><IMG src="../graphics/xmassbgclr.gif" width="290" height="104" border="0" alt="Merry Christmas"></TD>');
document.write('<TD valign="middle" align="right" width="91"><IMG src="../graphics/bearpresent.gif" width="150" height="115" border="0" alt="Teddy Bear present"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD valign="middle" align="center" colspan="3"><IMG src="../graphics/lights.gif" width="528" height="29" border="0" alt="Christmas lights"></TD>');
document.write('</TR></TABLE>');
//document.write('<p>&nbsp;</p>');
}

//-->