// This is the calendar event file. Any line preceded by a double forward-slash is a COMMENT and will be
// ignored by the calendar.
// To add events to the calendar, just add a new line for each event here.
// Format:
// ********* ********* ********* ********* ********* ********* ********* ********* *********
// Define Events
// call the dcEvent function
// 
// #  PARAMETERS	DATA TYPE	DESCRIPTION
// 1  month		number		2 digit month (1=jan, 2=feb, 3=mar,... 12=dec)
// 2  day		number		2 digit day
// 3  year		number		4 digit year
// 4  Weekday Name	text		Enter the name of the weekday you want the event to appear
// 5  event text	text		Enter the event info in HTML and/or plain text
// 6  text color	text		enter the web color value for text color, or omit
// 7  background color	text		enter the web color value for background color, or omit
//
// ********* ********* ********* ********* ********* ********* ********* ********* *********
//  NOTES:  	Enter 'null' for any of the month, day, year or weekday entries if unused.
//		'Null' does not mean zero, it means that we will ignore that parameter and
//		place something in ALL of the months, days or years, so for example,
//
//			dcEvent(null,null,null,null, "EVERY DAY!")
//
//		would put something on EVERY day, of every month in every year!
//
//		For colors, you can use the standard web color names instead of the value.
//		The color names are:
//
//			Black, Silver, Gray, White, Maroon, Red, Purple, Fuchsia, Green,
//			Lime, Olive, Yellow, Navy, Blue, Teal, Aqua 
//
//		Any date item set to 'null' will be ignored, so for example, if you wanted
//		something only to appear on March 1, 2004, you would set the date as follows
//
//			dcEvent( 3,1,2004,null, "First day of March")
//
//		However, if you wanted something to appear the first of every month in 2004
//		you would enter
//
//			dcEvent( null,1,2004,null, "first of every month in 2004")
//
//		Now lets say you want something on recurring Saturdays in March, you
//		would use the 'weekday' field to specify the weekday
//
//			dcEvent( 3,null,null,"saturday", "Saturdays in March")
//
//		Next lets say you wanted something to appear as a note for the month, for
//		example, February is Black History Month. We can set a note in an unused
//		block at the beginning or end of the calendar by adding or subtracting
//		from the first or last date of the month, like this:
//
//			dcEvent( 2,-1,null,"<B>February is Black History Month</B>","white","orange")
//			dcEvent( 2,31,null,"<B>February is Black History Month</B>","white","orange")
//
//		The first example, will place text in the block that is -1 from the first
//		of the month.  The second example will place it in the block for the 31st.
//
//		Last, if you want to have multiple events on the same day, simply separate
//		the events with '<br>'.  You can have more than one '<br>' tag to add more
//		blank lines, for example:
//
//			dcEvent (3,15,2004,null, "Monthly meeting<br><br>Trip to WPAFB")
//
// ********* ********* ********* ********* ********* ********* ********* ********* *********
// 
// Examples:
// dcEvent( null,1,null,null, "First Day of the Month");
// dcEvent( null,2,null,null, "Second Day of the Month");
// dcEvent( null,3,null,null, "Third Day of the Month");
// 
// dcEvent( null,13,null,null, "Custom color event example", "#ffffff", "#ff0000");
// dcEvent( null,14,null,null, "Custom color event example", "#000000", "#00ff00");
// dcEvent( null,15,null,null, "Custom color event example", "#ffffff", "#ff00ff");
// dcEvent( null,16,null,null, "Note: custom colors override default colors", "#000000", "#00ffff");
// dcEvent( null,17,null,null, "Note: custom colors override default colors", "#ffffff", "#000000");
// 
// dcEvent( null,19,null,null, "Each event uses Every Month (repeats each month on the date entered) feature");
// dcEvent( null,20,null,null, "Each event uses Every Month (repeats each month on the date entered) feature");
// dcEvent( null,21,null,null, "Each event uses Every Month (repeats each month on the date entered) feature");
// 
// dcEvent( null,23,null,null, "<center><font size=4>HTML tags</font> example</center>");
// dcEvent( null,24,null,null, "<center><font size=4>HTML tags</font> example</center>");
// dcEvent( null,25,null,null, "<center><font size=4>HTML tags</font> example</center>");
// 
// dcEvent(null,null,null,"tuesday","Example of using a weekday name instead of a date","#800000","#ffe0e0");
// 
// ######################################################################################
// 
// ############## Holidays ##############################################################
//

dcEvent( 1,1,null,null, "New Years Day","black","lime");
dcEvent( 1,19,null,null, "Martin Luther King, Jr. Day","black","lime");
dcEvent( 2,16,null,null, "Presidents' Day","black","lime");
dcEvent( 5,31,null,null, "Memorial Day","black","lime");
dcEvent( 7,4,null,null, "Independence Day","white","#0000ff");
dcEvent( 9,6,null,null, "Labor Day","black","lime");
dcEvent( 10,11,null,null, "Columbus Day","black","lime");
dcEvent( 11,11,null,null, "Veterans' Day","black","lime");
dcEvent( 11,26,null,null, "Thanksgiving Day","black","lime");
dcEvent( 12,25,null,null, "Christmas Day","black","#ff0000");

//
// ############# Events ################################################################
//


//dcEvent( null,1,2004,null, "First of every month in 2004")
//dcEvent( 3,1,2004,null, "First day of March, 2004")
//dcEvent( 2,-1,null,null, "<B>February is Black History Month<B>","white","orange")
//dcEvent( 2,31,null,null, "<B>February is Black History Month<B>","white","orange")
//dcEvent(3,15,2004,null, "Monthly meeting<br><br>Trip to WPAFB")
dcEvent(4,3,2004,null, "TAI meeting<br>@ <B>Procter & Gamble Hangar</B><br>10:00 AM","white","red")
dcEvent(5,8,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(6,5,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM - 12:00 PM <B>","white","red")
dcEvent(8,14,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(9,11,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(10,9,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(11,13,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(12,11,2004,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(1,8,2005,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(2,12,2005,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(3,12,2005,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(4,9,2005,null, "<B>TAI meeting<br>@ Silverton Municipal Ctr<br>10:00 AM<B>","white","red")
dcEvent(7,10,2004,null, "<B>TAI picnic<br>@ French Park<br>Section & Ridge<B>","white","purple")
dcEvent(8,4,2004,null, "<B>TAI National Convention in Omaha, Nebraska<B>","white","olive")
dcEvent(8,5,2004,null, "<B>TAI National Convention<B>","white","olive")
dcEvent(8,6,2004,null, "<B>TAI National Convention<B>","white","olive")
dcEvent(8,7,2004,null, "<B>TAI National Convention<B>","white","olive")
dcEvent(8,8,2004,null, "<B>TAI National Convention<B>","white","olive")
dcEvent(4,5,2004,null, "<B>Funeral Service for Harold McClure<br>11:00 @ Allen Temple Church Reading & Seymour<br>Visitation 10:00 - 11:00")
dcEvent(6,12,2004,null, "<B>Blue Ash Airshow booth display 10:00 AM - 5:00 PM<B>","black","aqua")
dcEvent(6,13,2004,null, "<B>Blue Ash Airshow booth display 10:00 AM - 5:00 PM<B>","black","aqua")