// Format is:
// dcEvent(month,day,year,day-of-the-week,"cell-text","text-color","cell-color");
//
// If you have an event that happens the frist day of every month, you would do that like so:
//   dcEvent(null,1,null,null,"First Of The Month","#ffffff","#000000");
//
// Or if you you have an event that happens every 3rd of July, it would be like this:
//   dcEvent(7,3,null,null,"Anual July 3rd Event","#ffffff","#000000");
//
// For more options, see: http://www.scriptcalendar.com/dhtmlcal/cafaq.asp
//
dcEvent(1,1,null,null, "New Years Day<br><strong>Myles Birthday</strong>","#000000","#00ff00");
dcEvent(1,26,null,null, "Anniversary of the Uganda Government","#ffffff","#ff0000");
dcEvent(2,14,null,null, "Saint Valentines Day","#ffffff","#ff0000");
dcEvent(3,8,null,null, "International Womens' Day","#ffffff","#ff0000");
dcEvent(4,9,null,null, "Good Friday","#ffffff","#ff0000");
dcEvent(4,12,null,null, "Easter Monday","#ffffff","#ff0000");
dcEvent(4,14,null,null, "Idi Amin Dada's Downfalls Day","#ffffff","#ff0000");
dcEvent(5,1,null,null, "Uganda Labor Day/May Day","#ffffff","#ff0000");
dcEvent(5,20,null,null, "Ascension","#ffffff","#ff0000");
dcEvent(6,3,null,null, "Martyrs of Uganda","#ffffff","#ff0000");
dcEvent(6,9,null,null, "Uganda National Heroes Day","#ffffff","#ff0000");
dcEvent(10,9,null,null, "Uganda Independence Day","#ffffff","#0000ff");
dcEvent(10,31,null,null, "Halloween Night","#000000","#ffa000");
dcEvent(12,25,null,null, "Christmas Day","#ffffff","#ff0000");
dcEvent(5,31,2004,null,"<center><strong>Memorial Day</strong></center>","#cc0000","#ffffff");
dcEvent(12,24,null,null, "<a href=link.html>My Link</a>","#ffffff","#ff0000");
dcEvent(null,1,null,null,"First Of The Month","#ffffff","#000000");
dcEvent(2,19,2004,null,"YFCI Banquet - Denver CO","#33cc00","#ffffcc");
