//DefineEvent(YYYYMMDD, "Description", "link#", "gif", size x, size y); general format
//DefineEvent(200YMMDD, "", "","",0,0);
// Note there must be a space between the end of the description text and final html tags.


DefineEvent(20090101, "<font size=4 color=gray><b>New Year's Day </b></font>", "","",0,0);
DefineEvent(20100118, "<font size=4 color=gray><b>Martin Luther King Jr. Day </b></font>", "","",0,0);
DefineEvent(20100215, "<font size=4 color=gray><b>President's Day </b></font>", "","",0,0);
DefineEvent(20100314, "<font size=2 color=red>(Start Daylight Savings Time) </font>", "","",0,0);
DefineEvent(20100404, "<font size=4 color=gray><b>Easter </b></font>", "","",0,0);
DefineEvent(20100330, "<font size=4 color=gray><b>Passover </b></font>", "","",0,0);
DefineEvent(20100422, "<font size=4 color=gray><b>Earth Day </b></font>", "","",0,0);
DefineEvent(20100531, "<font size=4 color=gray><b>Memorial Day </b></font>", "","",0,0);
DefineEvent(20090704, "<font size=4 color=gray>Independence Day </font>", "","",0,0);
DefineEvent(20090907, "<font size=4 color=gray><b>Labor Day </b></font>", "","",0,0);
DefineEvent(20091012, "<font size=4 color=gray><b>Columbus Day </b></font>", "","",0,0);
DefineEvent(20091031, "<font size=4 color=gray><b>Halloween </b></font>", "","",0,0);
DefineEvent(20091101, "<font size=2 color=red>(End Daylight Savings Time) </font>", "","",0,0);
DefineEvent(20091102, "<font size=4 color=gray><b>Election Day </b></font>", "","",0,0);
DefineEvent(20091111, "<font size=4 color=gray><b>Veterans's Day </b></font>", "","",0,0);
DefineEvent(20091126, "<font size=4 color=gray><b>Thanksgiving </b></font></b></font>", "","",0,0);
DefineEvent(20091212, "<font size=4 color=gray><b>Hanukkah </b></font>", "","",0,0);
DefineEvent(20091225, "<font size=4 color=gray><b>Christmas </b></font>", "","",0,0);










