// ********* ********* ********* ********* ********* ********* ********* ********* *********
// Define Events
// call the dcEvent function
//
// # PARMS DATA TYPE DESCRIPTION
// 1 m number 2 digit month (1=jan, 2=feb, 3=mar,... 12=dec)
// 2 d number 2 digit day
// 3 y number 4 digit year
// 4 text date HTML event text
// 5 link string URL for popup window
// 6 style string CSS in-line style for the event
// 8 tooltip string text for hover over tooltip
// 7 script string javascript to execute during onMouseDown
// ********* ********* ********* ********* ********* ********* ********* ********* *********

//HOLIDAYS
dcEvent( 1, 1, null, "New Years Day", null, "background-color:#E0CFD1; color:#336633;", "New Years tooltip" );
dcEvent( 2, 14, null, "Saint Valentines Day", null, "background-color:#ff9999; color:#663333;", "St. Valentine tooltip" );
dcEvent( 3, 17, null, "Saint Patricks Day", null, "background-color:#E0CFD1; color:#336633;", "St. Patrick tooltip");
dcEvent( 7, 4, null, "Fourth of July", null, "background-color:#99ccff; color:#003366;", "July 4th tooltip");
dcEvent( 10, 31, null, "Halloween night", null, "background-color:#ffa500; color:#000000;", "halloween tooltip" );
dcEvent( 12, 25, null, "Christmas Day", null, "background-color:#ff9999; color:#663333;", "xmas tooltip" );


dcEvent( 02, 23, 2008, "<b>Area Committee Meeting</b><br> - District 8", "http://www.utahaa.org/flyers/2008February.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 01, 2008, "<b>District 6 workshop</b><br> - Ephraim Utah", "http://www.utahaa.org/calendar/Dist 6 workshop03-01-08.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 07, 2008, "<b>PRAASA</b><br> - Anchorage, AK", "http://www.utahaa.org/flyers/PRAASA_2008_Registration_Form_English.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 08, 2008, "<b>PRAASA</b><br> - Anchorage, AK", "http://www.utahaa.org/flyers/PRAASA_2008_Registration_Form_English.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 09, 2008, "<b>PRAASA</b><br> - Anchorage, AK", "http://www.utahaa.org/flyers/PRAASA_2008_Registration_Form_English.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 4, 2008, "<b>Pre-Conference Assembly</b><br> - Disrict 2", "http://www.utahaa.org/flyers/2008Pre-ConferenceAssembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 5, 2008, "<b>Pre-Conference Assembly</b><br> - Disrict 2", "http://www.utahaa.org/flyers/2008Pre-ConferenceAssembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 6, 2008, "<b>Pre-Conference Assembly</b><br> - Disrict 2", "http://www.utahaa.org/flyers/2008Pre-ConferenceAssembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 16, 2008, "<b>Post- Conference Assembly</b><br> - Disrict 1", "http://www.utahaa.org/areadocs/2008 Post-Conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 17, 2008, "<b>Post- Conference Assembly</b><br> - Disrict 1", "http://www.utahaa.org/areadocs/2008 Post-Conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 18, 2008, "<b>Post- Conference Assembly</b><br> - Disrict 1", "http://www.utahaa.org/areadocs/2008 Post-Conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 06, 15, 2008, "<b>Hispanic Foro</b><br> - District 12 (SLC)", "http://www.utahaa.org/flyers/2008 Hispanic Foro.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 06, 21, 2008, "<b>Area 69 Bridge the Gap</b><br> - District 8", "http://www.utahaa.org/flyers/2008 Bridge the Gap.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 08, 16, 2008, "<b>Pre-Assembly Workshop	</b><br> - District 3", "http://www.utahaa.org/flyers/2008pre-AssemblyWorkshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 08, 17, 2008, "<b>Pre-Assembly Workshop	</b><br> - District 3", "http://www.utahaa.org/flyers/2008pre-AssemblyWorkshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 04, 2008, "<b>Bridge the Gap Workshop</b><br> - District 2", "http://www.utahaa.org/areadocs/2008District2_btg.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 26, 2008, "<b>Fall Election Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2008FallAssemby.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 27, 2008, "<b>Fall Election Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2008FallAssemby.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 28, 2008, "<b>Fall Election Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2008FallAssemby.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 10, 11, 2008, "<b>GSR Dist 7</b><br> - Beaver, Utah 4:00 PM.", "", "background-color:#ccccff; color:#000000;");
dcEvent( 11, 01, 2008, "<b>Fall Workshop</b><br> - District 2 Tooele", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 02, 2008, "<b>Fall Workshop</b><br> - District 2 Tooele", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 08, 2008, "<b>12 Step Workshop</b><br> - District 11 ", "http://www.utahaa.org/flyers/dist11workshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 12, 06, 2008, "<b>Area Committee Meeting</b><br> - District 7", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 23, 2008, "<b>Workshop<br> - District 12</b><br>12:30 to 1:30<br>Sugar House Garden Center 1602 East 2100 South in SLC", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 28, 2008, "<b>Newsletter article Deadline</b>", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 12, 13, 2008, "<b>Christmas Party</b><br> - District 3", "http://www.utahaa.org/flyers/2008dist3AAChristmasParty.JPG", "background-color:#E0CFD1; color:#336633;");
dcEvent( 02, 28, 2009, "<b>Area Committee Meeting</b><br> - District 6", "http://www.utahaa.org/flyers/2009FebCommitteeMeeting.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 06, 2009, "<b>PRAASA</b><br> - Oakland, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 07, 2009, "<b>PRAASA</b><br> - Oakland, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 03, 08, 2009, "<b>PRAASA</b><br> - Oakland, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 03, 2009, "<b>Pre-Conference Assembly</b><br> - District 7 Kanab", "http://www.utahaa.org/areadocs/2009PreConference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 04, 2009, "<b>Pre-Conference Assembly</b><br> - District 7 Kanab", "http://www.utahaa.org/areadocs/2009PreConference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 05, 2009, "<b>Pre-Conference Assembly</b><br> - District 7 Kanab", "http://www.utahaa.org/areadocs/2009PreConference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 04, 18, 2009, "<b>Workshop</b><br> - District 11", "http://www.utahaa.org/flyers/2009 Dist11WorkshopFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 15, 2009, "<b>Post-Conference Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2009 Post-conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 16, 2009, "<b>Post-Conference Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2009 Post-conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 05, 17, 2009, "<b>Post-Conference Assembly</b><br> - District 10", "http://www.utahaa.org/flyers/2009 Post-conference.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 06, 20, 2009, "<b>Bridging The Gap</b><br> - District 1", "http://www.utahaa.org/flyers/2009BTG_Flyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 08, 15, 2009, "<b>Pre-Assembly Workshop</b><br> - District 1", "http://www.utahaa.org/flyers/2009PreAssemblyFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 08, 16, 2009, "<b>Pre-Assembly Workshop</b><br> - District 1", "http://www.utahaa.org/flyers/2009PreAssemblyFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 25, 2009, "<b>Fall Assembly</b><br> - District 11", "http://www.utahaa.org/flyers/2009 Fall Assembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 26, 2009, "<b>Fall Assembly</b><br> - District 11", "http://www.utahaa.org/flyers/2009 Fall Assembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 09, 27, 2009, "<b>Fall Assembly</b><br> - District 11", "http://www.utahaa.org/flyers/2009 Fall Assembly.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 10, 17, 2009, "<b>Service Workshop</b><br> - Dist 3<br />Hotel Rockwell<br /> 348 Main, Lehi", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 10, 17, 2009, "<b>Service Workshop</b><br> - District 1", "http://www.utahaa.org/flyers/2009CacheValleyIntergroupServiceWorkshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 01, 2009, "<b>GSR Workshop</b><br> - Dist10<br />Grace Mary Manor<br />19 W Gregson Ave (3050 S)", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 07, 2009, "<b>Fall Workshop</b><br> - District 8", "http://www.utahaa.org/flyers/2009FallWorkshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 08, 2009, "<b>Fall Workshop</b><br> - District 8", "http://www.utahaa.org/flyers/2009FallWorkshop.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 12, 05, 2009, "<b>December Committee Meeting</b><br> - District 2", "http://www.utahaa.org/flyers/2009DecComMeet.pdf", "background-color:#E0CFD1; color:#336633;");

//Area 69
dcEvent( 2, 27, 2010, "<b>February Committee Meeting</b><br> - District 6", "http://www.utahaa.org/areadocs/2010FebMeeting.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 2, 2010, "<b>Pre-Conference Assembly</b><br> - District 10<br>Park City", "http://www.utahaa.org/areadocs/2010AprPreConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 3, 2010, "<b>Pre-Conference Assembly</b><br> - District 10<br>Park City", "http://www.utahaa.org/areadocs/2010AprPreConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 4, 2010, "<b>Pre-Conference Assembly</b><br> - District 10<br>Park City", "http://www.utahaa.org/areadocs/2010AprPreConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 14, 2010, "<b>Post-Conference Assembly</b><br> - District 2<br>Park City", "http://www.utahaa.org/areadocs/2010MayPostConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 15, 2010, "<b>Post-Conference Assembly</b><br> - District 2<br>Park City", "http://www.utahaa.org/areadocs/2010MayPostConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 16, 2010, "<b>Post-Conference Assembly</b><br> - District 2<br>Park City", "http://www.utahaa.org/areadocs/2010MayPostConferenceFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 19, 2010, "<b>Bridge the Gap Workshop</b><br> - District 3<br>Heber City", "http://www.utahaa.org/areadocs/District 3  Area Event.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 14, 2010, "<b>Pre-Assembly Workshop</b><br> - District 3", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 15, 2010, "<b>Pre-Assembly Workshop</b><br> - District 3", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 24, 2010, "<b>Fall Assembly</b><br> - District 6", "http://www.utahaa.org/areadocs/2010_09FallAssemblyFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 25, 2010, "<b>Fall Assembly</b><br> - District 6", "http://www.utahaa.org/areadocs/2010_09FallAssemblyFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 26, 2010, "<b>Fall Assembly</b><br> - District 6", "http://www.utahaa.org/areadocs/2010_09FallAssemblyFlyer.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 6, 2010, "<b>Fall Workshop</b><br> - District 12-SLC", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 7, 2010, "<b>Fall Workshop</b><br> - District 12-SLC", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 12, 4, 2010, "<b>Pass-The-Gavel</b><br> - District 9-Moab", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 2, 26, 2011, "<b>February Committee Meeting</b><br> - District 5<br>Price", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 1, 2011, "<b>Pre-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 2, 2011, "<b>Pre-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 3, 2011, "<b>Pre-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 1, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 2, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 3, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 4, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 5, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 6, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 7, 2011, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 13, 2011, "<b>Post-Conference Assembly</b><br> - District 11", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 14, 2011, "<b>Post-Conference Assembly</b><br> - District 11", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 15, 2011, "<b>Post-Conference Assembly</b><br> - District 11", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 23, 2011, "<b>Fall Assembly</b><br> - District 2", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 24, 2011, "<b>Fall Assembly</b><br> - District 2", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 25, 2011, "<b>Fall Assembly</b><br> - District 2", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 3, 30, 2012, "<b>Pre-Conference Assembly</b><br> - District 7", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 3, 31, 2012, "<b>Pre-Conference Assembly</b><br> - District 7", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 1, 2012, "<b>Pre-Conference Assembly</b><br> - District 7", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 18, 2012, "<b>Post-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 19, 2012, "<b>Post-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 5, 20, 2012, "<b>Post-Conference Assembly</b><br> - District 1", "", "background-color:#E0CFD1; color:#336633;");

//Other AA Service Events
dcEvent( 3, 5, 2010, "<b>PRAASA</b><br>Los Angeles Airport", "http://www.praasa.org/", "background-color:#E0CFD1; color:#336633;");
dcEvent( 3, 6, 2010, "<b>PRAASA</b><br>Los Angeles Airport", "http://www.praasa.org/", "background-color:#E0CFD1; color:#336633;");
dcEvent( 3, 7, 2010, "<b>PRAASA</b><br>Los Angeles Airport", "http://www.praasa.org/", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 15, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 16, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 17, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 18, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 19, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 20, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 21, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 22, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 23, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 24, 2010, "<b>General Service Conference</b><br>New York City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 20, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 21, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 22, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 23, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 24, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 25, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 6, 26, 2010, "<b>U of U<br>School on<br>Alcoholism</b><br>Salt Lake City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 7, 1, 2010, "<b>2010 International Convention</b><br>San Antonio, TX", "http://www.aa.org/lang/en/subpage.cfm?page=199", "background-color:#E0CFD1; color:#336633;");
dcEvent( 7, 2, 2010, "<b>2010 International Convention</b><br>San Antonio, TX", "http://www.aa.org/lang/en/subpage.cfm?page=199", "background-color:#E0CFD1; color:#336633;");
dcEvent( 7, 3, 2010, "<b>2010 International Convention</b><br>San Antonio, TX", "http://www.aa.org/lang/en/subpage.cfm?page=199", "background-color:#E0CFD1; color:#336633;");
dcEvent( 7, 4, 2010, "<b>2010 International Convention</b><br>San Antonio, TX", "http://www.aa.org/lang/en/subpage.cfm?page=199", "background-color:#E0CFD1; color:#336633;");
dcEvent( 7, 31, 2010, "<b>Delegate's Report</b><br>Heber City, UT", "http://www.utahaa.org/calendar/DelegateReport.pdf", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 7, 2010, "<b>FORO</b><br>District 12<br>Park City", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 27, 2010, "<b>Pacific Regional Forum</b><br>Torrance, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 28, 2010, "<b>Pacific Regional Forum</b><br>Torrance, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 24, 2010, "<b>National Bridge the Gap Workshop</b><br>Macon, GA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 25, 2010, "<b>National Bridge the Gap Workshop</b><br>Macon, GA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 26, 2010, "<b>National Bridge the Gap Workshop</b><br>Macon, GA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 24, 2010, "<b>25th A.A.W.S. - Intergroup Seminar</b><br>St Louis, MO", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 25, 2010, "<b>25th A.A.W.S. - Intergroup Seminar</b><br>St Louis, MO", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 9, 26, 2010, "<b>25th A.A.W.S. - Intergroup Seminar</b><br>St Louis, MO", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 12, 2010, "<b>West Central 'Additional Forum'</b><br>Rapid City, SD", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 13, 2010, "<b>West Central 'Additional Forum'</b><br>Rapid City, SD", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 11, 14, 2010, "<b>West Central 'Additional Forum'</b><br>Rapid City, SD", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 19, 2011, "<b>Regional (Additional) Forum</b><br>Woodland Hills, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 20, 2011, "<b>Regional (Additional) Forum</b><br>Woodland Hills, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 8, 21, 2011, "<b>Regional (Additional) Forum</b><br>Woodland Hills, CA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 22, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 23, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 24, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 25, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 26, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 27, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");
dcEvent( 4, 28, 2012, "<b>General Service Conference</b><br>TBA", "", "background-color:#E0CFD1; color:#336633;");

//DCM MEETING DIST # 10 (THURSDAY BEFORE FIRST MONDAY) 5056 S. 300 W. 6:00 PM  
dcEvent( 1, 27, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 2, 3, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 3, 31, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 4, 28, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 6, 2, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 7, 28, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 9, 1, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 11, 3, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");
dcEvent( 12, 1, 2005, "<b>DCM Dist 10</b> 5056 S. 300 W. Murray 6:00 PM<br>", "", "background-color:#ccccff; color:#000000;");

//DCM MEETING DIST # 2 (SECOND TO LAST THURSDAY)  
dcEvent( 1, 20, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 2, 17, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 3, 24, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 4, 21, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 5, 19, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 6, 23, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 7, 21, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 8, 25, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 9, 22, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 10, 20, 2005, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 1, 19, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 2, 16, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 3, 23, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 4, 20, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 5, 18, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 6, 22, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 7, 20, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 8, 24, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 9, 21, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 10, 19, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 12, 28, 2006, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 6:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 12, 28, 2006, "<b>GSR Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 1, 18, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 2, 15, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 3, 22, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 4, 19, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 5, 17, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 6, 21, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 7, 19, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 8, 23, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 9, 22, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 10, 18, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 11, 29, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 6:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 11, 29, 2007, "<b>GSR Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 12, 27, 2007, "<b>DCM Dist 2</b> <br>1626 S 1700 E SLC 6:00  PM", "", "background-color:#ccccff; color:#000000;");
dcEvent( 12, 27, 2007, "<b>GSR Dist 2</b> <br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");


// ********* ********* ********* ********* ********* ********* ********* ********* *********
// Special Event function
// This function allows you set events for every weekday or for holidays
//
// VARIABLE DATE TYPE DESCRIPTION
// y number the 4-digit year (i.e. 2002)
// m number the month (0=jan, 1=feb, 2=mar,... 11=dec)
// d number the day
// dte date the full date sans time
// dteEaster date the full date of Easter Sunday for the year
// weekday number day of the week (0=sun; 1=mon; 2=tue, ..., 6=sat)
// weekOfYear number week number of the year
// weekOfMonth number week number of the month
// weekdayOfMonth number weekday number of month (1st Sunday, 2nd Sunday, ...)
// last boolean is this the last weekday of the month
// ********* ********* ********* ********* ********* ********* ********* ********* *********
function dcSpecialEvent(y,m,d) {
var evnt;
var evnts = new Array();

var dte = new Date(y, m, d);
var dteEaster = dcEaster(y);
var weekday = dte.getDay();
var weekOfYear = dcWeekOfYear(dte);
var weekOfMonth = dcWeekOfMonth(dte);
var weekdayOfMonth = dcWeekdayOfMonth(dte);
var last=( (new Date(y,m,d+7).getMonth() ) ==m+1);
var ndlast=( (new Date(y,m,d-14).getMonth() ) ==m+1);


// ********* ********* *********
// *** holidays

// Martin Luther King Day, third Monday in January.
if (m==0 && weekday==1 && weekdayOfMonth==3) {
evnt = new EventObj(m,d,y, "M.L. King Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// President's Day, third Monday in February.
if (m==1 && weekday==1 && weekdayOfMonth==3) {
evnt = new EventObj(m,d,y, "Presidents Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Daylight Savings time begins, second Sunday in March
//first Sunday in April
if (m==2&& weekday==0 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "Begin Daylight Savings", null, "background-color:#ccffcc; color:#000000;");
evnts[evnts.length] = evnt;
};

// Mother's Day, second Sunday in May.
if (m==4 && weekday==0 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "Mothers Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

//Memorial Day, last Monday in May.
if (m==4 && weekday==1 && last==true) {
evnt = new EventObj(m,d,y, "Memorial Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Father's Day, third Sunday in June.
if (m==5 && weekday==0 && weekdayOfMonth==3) {
evnt = new EventObj(m,d,y, "Fathers Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Labor Day, first Monday in September.
if (m==8 && weekday==1 && weekdayOfMonth==1) {
evnt = new EventObj(m,d,y, "Labor Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Columbus Day, second Monday in October
if (m==9 && weekday==1 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "Colombus Day", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Daylight Savings Time ends, first Sunday in November
//last Sunday in October

if (m==10 && weekday==0 && weekdayOfMonth==1) {
evnt = new EventObj(m,d,y, "End Daylight Savings", null, "background-color:#000000; color:#ffffff;");
evnts[evnts.length] = evnt;
};

// Thanksgiving Day, fourth Thursday in November.
if (m==10 && weekday==4 && weekdayOfMonth==4) {
evnt = new EventObj(m,d,y, "Thanksgiving", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

//  CENTRAL OFFICE  REP.  MEETING second Tuesday.
if (weekday==2 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "<b>SLC Central Office  Rep.  Meeting</b><br>80 West Louise 7:00 PM ", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// GSR District #3 first Wednesday
if (weekday==3 && weekdayOfMonth==1) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 3</b><br>50 W. 200 N. Provo 6:30 PM", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

// Utah Valley Central Office Committee Third Wednesday
if (weekday==3 && weekdayOfMonth==3) {
evnt = new EventObj(m,d,y, "<b>UT Valley C O Committee</b><br>420 N. 200 W. Provo 6:30 PM", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
//GSR MEETING Dist 1 second Thursday
if (weekday==4 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 1</b><br>131 West Forest St. Brigham City 6:30  PM", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
//GSR MEETING Dist 2  last Thursday
if (weekday==4 && last==true) {
evnt = new EventObj(m,d,y, "<b>GSR Orientation Dist 2</b><br>1626 S 1700 E SLC 6:30  PM", "", "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
if (weekday==4 && last==true) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 2</b><br>1626 S 1700 E SLC 7:00  PM", "", "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};

//GSR MEETING Dist 8 second Sunday
if (weekday==0 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 8</b><br>Alternates between Vernal and Roosevelt 4:30  PM", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
//GSR DISTRICT #10  (1ST MONDAY) 5056 S. 300 W. 6:00 PM
if (weekday==1 && weekdayOfMonth==1) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 10</b><br>5056 South 300 West, Murray 6:00 PM", "", "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
//GSR DISTRICT #11  (2nd wednesday) 5056 S. 300 W. 6:00 PM
if (weekday==3 && weekdayOfMonth==2) {
evnt = new EventObj(m,d,y, "<b>GSR Dist 11</b><br>567 W 2600 S<br>Bountiful 6:30 PM", null, "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};
//GSR Spanish Speaking  (MONDAY)Monday at 7:30pm at 3446 So. Redwood on the second floor.
if (weekday==1 ) {
evnt = new EventObj(m,d,y, "<b>GSR District 12</b><br> 3646 So. Redwood 7:30 PM", "", "background-color:#ccccff; color:#000000;");
evnts[evnts.length] = evnt;
};


return evnts;
};