// This is the Database of Upcoming Events
// Please Edit with Care.
//
// 8 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Events", "Month", "Day", "Year", "StartTime", "EndTime", "Name", "Description"]
// 	Each event field must be be surrounded by quotation marks followed by a comma ("",) EXCEPT the "Description" field.
//	The "Description" field is surrounded by quotation marks only ("").
//
// Each event has a comma after the closing bracket IF another event is below it on the next line down.
//	Note: The last event in this file should NOT have a comma after the closing bracket
//
// The Recurring field uses:
//	"D" = Daily; "W" = Weekly; "M" = Monthly; "Y" = Yearly; "F" = Floating Holiday
//
// One Time only events should leave the Recurring field blank
//	(ex. "")
//
// Daily events do NOT require that anything be in the Month Day and Year fields
//	Everything in the Month Day and Year fields will be ignored
//
// Weekly events should have the day of the week field set to 1 - 7
//	1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//
// "F"loating events uses:
//	the Month field for the Month.
//	the Day field as the Cardinal Occurrence
//		1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next
//	the Year field as the Day of the week the event/holiday falls on
//		1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//	example: "F",	"1",	"3",	"2", = Floating holiday in January on the 3rd Monday of that month.
//
//	Note: Easter has it's own special formula so Please don't change anything related to Easter below
//
// "Y"early events are specific dates that never change - the Year field is ignored
//	example - Christmas is: "12","25","",
events = new Array (

	["Events",	"M",	"D",	"Y",	" ",	" ",	" ", "Description"],
	["R",	"1",	"17",	"2008",	" ",	" ",	" ", "Al Khalediah International Arabian Horse Festival, Riyadh, Saudi Arabia."],
	["R",	"1",	"18",	"2008",	" ",	" ",	" ", "Al Khalediah International Arabian Horse Festival, Riyadh, Saudi Arabia."],
	["R",	"2",	"15",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"16",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"17",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"18",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"19",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"20",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"21",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"22",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"23",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["R",	"2",	"24",	"2008",	" ",	" ",	" ", "Scottsdale Arabian Horse Show, Scottsdale, Arizona, United States"],
	["E",	"2",	"25",	"2008",	" ",	" ",	" ", "The Qatar International Arabian Horse Show."],
	["E",	"2",	"26",	"2008",	" ",	" ",	" ", "The Qatar International Arabian Horse Show."],
	["E",	"2",	"27",	"2008",	" ",	" ",	" ", "The Qatar International Arabian Horse Show."],
	["R",	"3",	"13",	"2008",	" ",	" ",	" ", "Sharjah International Show, Sharjah."],
	["R",	"3",	"14",	"2008",	" ",	" ",	" ", "Sharjah International Show, Sharjah."],
	["R",	"3",	"15",	"2008",	" ",	" ",	" ", "Sharjah International Show, Sharjah."],
	["R",	"3",	"20",	"2008",	" ",	" ",	" ", "Dubai International Horse Show, Dubai, UAE."],
	["R",	"3",	"21",	"2008",	" ",	" ",	" ", "Dubai International Horse Show, Dubai, UAE."],
	["R",	"3",	"22",	"2008",	" ",	" ",	" ", "Dubai International Horse Show, Dubai, UAE."],
	["R",	"4",	"17",	"2008",	" ",	" ",	" ", "Arabian Breeders World Cup, Las Vegas, Nevada, United States."],
	["R",	"4",	"18",	"2008",	" ",	" ",	" ", "Arabian Breeders World Cup, Las Vegas, Nevada, United States."],
	["R",	"4",	"19",	"2008",	" ",	" ",	" ", "Arabian Breeders World Cup, Las Vegas, Nevada, United States."],
	["R",	"4",	"20",	"2008",	" ",	" ",	" ", "Arabian Breeders World Cup, Las Vegas, Nevada, United States."],
	["R",	"6",	"4",	"2008",	" ",	" ",	" ", "St. TropezArabian Cup, St. Tropez, France."],
	["R",	"6",	"5",	"2008",	" ",	" ",	" ", "St. TropezArabian Cup, St. Tropez, France."],
	["R",	"6",	"23",	"2008",	" ",	" ",	" ", "Championnat de la Mediterrannee et des Pays Arabes, Menton, France."],
	["R",	"6",	"24",	"2008",	" ",	" ",	" ", "Championnat de la Mediterrannee et des Pays Arabes, Menton, France."],
	["R",	"8",	"2",	"2008",	" ",	" ",	" ", "European Championships for Sport Arabians."],
	["R",	"8",	"3",	"2008",	" ",	" ",	" ", "European Championships for Sport Arabians."],
	["R",	"8",	"4",	"2008",	" ",	" ",	" ", "European Championships for Sport Arabians."],
	["R",	"8",	"5",	"2008",	" ",	" ",	" ", "European Championships for Sport Arabians."],
	["R",	"8",	"18",	"2008",	" ",	" ",	" ", "Elran Cup, Borgloon, Belgium."],
	["R",	"8",	"19",	"2008",	" ",	" ",	" ", "Elran Cup, Borgloon, Belgium."],
	["R",	"9",	"29",	"2008",	" ",	" ",	" ", "All Nations Cup, Aachen, Germany."],
	["R",	"9",	"30",	"2008",	" ",	" ",	" ", "All Nations Cup, Aachen, Germany."],
	["R",	"10",	"16",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"17",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"18",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"19",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"20",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"21",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"22",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"23",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"24",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"10",	"25",	"2008",	" ",	" ",	" ", "U.S. Nationals, Tulsa, Oklahoma, United States."],
	["R",	"11",	"8",	"2008",	" ",	" ",	" ", "European Championships, Verona, Italy."],
	["R",	"11",	"9",	"2008",	" ",	" ",	" ", "European Championships, Verona, Italy."],
	["R",	"11",	"10",	"2008",	" ",	" ",	" ", "European Championships, Verona, Italy."],
	["R",	"11",	"11",	"2008",	" ",	" ",	" ", "European Championships, Verona, Italy."],
	["R",	"12",	"7",	"2008",	" ",	" ",	" ", "World Championships, Paris, France."],
	["R",	"12",	"8",	"2008",	" ",	" ",	" ", "World Championships, Paris, France."],
	["R",	"12",	"9",	"2008",	" ",	" ",	" ", "World Championships, Paris, France."]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




