// This is the Database of Upcoming Events
// Please Edit with Care.
//
// 8 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Recurring", "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(
	["Y",	"1",	"1",	"2006",	"12:01 AM",	"12:00 PM",	"New Year's Day",	""],
	["F",	"3",	"0",	"0",	"12:01 AM",	"12:00 PM",	"Easter",	""],
	["F",	"5",	"2",	"1",	"12:01 AM",	"12:00 PM",	"Mother's Day",	""],
	["F",	"5",	"4",	"2",	"12:01 AM",	"12:00 PM",	"Memorial Day",	""],
	["F",	"6",	"3",	"1",	"12:01 AM",	"12:00 PM",	"Father's Day",	""],
	["Y",	"7",	"4",	"2005",	"12:01 AM",	"12:00 PM",	"Independence Day",	""],
	["F",	"9",	"1",	"2",	"12:01 AM",	"12:00 PM",	"Labor Day",	""],
	["",	"09",	"17",	"2009",	"",	"",	"Washington State Rally 9/17 - 9/20",	"Washington State Rally - Lynden, Washington"],
	["",	"09",	"18",	"2009",	"",	"",	"Washington State Rally 9/17 - 9/20",	"Washington State Rally - Lynden, Washington"],
	["",	"09",	"19",	"2009",	"",	"",	"Washington State Rally 9/17 - 9/20",	"Washington State Rally - Lynden, Washington"],
	["",	"09",	"20",	"2009",	"",	"",	"Washington State Rally 9/17 - 9/20",	"Washington State Rally - Lynden, Washington"],
	["",	"09",	"28",	"2009",	"Contact October Outing Wagon Masters for Toppenish outing",	"",	"",	"Wagon Masters - Ken and Jeanne Foster ktfoster@comcast.net or j.m.foster@comcast.net"],
	["",	"10",	"8",	"2009",	"Yakama Nation RV Park, Toppenish, WA.",	"",	"Outing - Oct 8-11",	"Wagon Masters - Ken and Jeanne Foster"],
	["",	"10",	"9",	"2009",	"Yakama Nation RV Park, Toppenish, WA.",	"",	"Outing - Oct 8-11",	"Wagon Masters - Ken and Jeanne Foster"],
	["",	"10",	"10",	"2009",	"Yakama Nation RV Park, Toppenish, WA.",	"",	"Outing - Oct 8-11",	"Wagon Masters - Ken and Jeanne Foster"],
	["",	"10",	"11",	"2009",	"Yakama Nation RV Park, Toppenish, WA.",	"",	"Outing - Oct 8-11",	"Wagon Masters - Ken and Jeanne Foster"],
	["",	"10",	"12",	"2009",	"Contact Glen-Ayr RV Park, Hoodsport, WA. Phone: 360-877-9522 for reservation",	"",	"",	""],
       	["",	"10",	"29",	"2009",	"Contact November Outing Wagon Masters for Hoodsport outing",	"",	"",	"Wagon Masters - Jeff and Carole Grindstaff jncgrind@live.com"],
	["Y",	"10",	"31",	"2005",	"12:01 AM",	"12:00 PM",	"Halloween",	""],
	["",	"11",	"05",	"2009",	"Contact December Outing Wagon Masters about Christmas Party",	"",	"",	"Wagon Masters - Ken and Jeanne Foster ktfoster@comcast.net or j.m.foster@comcast.net"],
	["",	"11",	"12",	"2009",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"13",	"2009",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"14",	"2009",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"15",	"2009",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"20",	"2009",	"Last day to reserve your place at our Holiday Dinner Party",	"",	"",	"Wagon Masters - Ken and Jeanne Foster ktfoster@comcast.net or j.m.foster@comcast.net"],
	["F",	"11",	"4",	"5",	"12:01 AM",	"12:00 PM",	"Thanksgiving",	""],
	["",	"12",	"05",	"2009",	"Christmas Party, Tacoma Elks, Tacoma, WA.",	"",	"Outing - Dec 5",	"Wagon Masters - Ken and Jeanne Foster"],
	["Y",	"12",	"25",	"2005",	"12:01 AM",	"12:00 PM",	"Christmas",	""],
	["",	"03",	"22",	"2010",	"Contact Columbia Riverfront RV Park, Woodland, WA. 800-845-9842 or 360-225-8051 to reserve your space at the April outing",	"",	"", ""],
	["",	"04",	"02",	"2010",	"Contact April Outing Wagon Masters about Columbia Riverfront RV Park Outing",	"",	"", "Wagon Masters - To Be Determined"],
	["",	"04",	"09",	"2010",	"Contact Horn Rapids RV Resort, Richland, WA. 866-557-9637 or 509-375-9913 to reserve your space at the May outing",	"",	"", ""],
	["",	"04",	"23",	"2010",	"Columbia Riverfront RV Park, Woodland, WA.",	"",	"Outing - April 23-26",	"Wagon Masters - To Be Determined"],
	["",	"04",	"24",	"2010",	"Columbia Riverfront RV Park, Woodland, WA.",	"",	"Outing - April 23-26",	"Wagon Masters - To Be Determined"],
	["",	"04",	"25",	"2010",	"Columbia Riverfront RV Park, Woodland, WA.",	"",	"Outing - April 23-26",	"Wagon Masters - To Be Determined"],
	["",	"04",	"26",	"2010",	"Columbia Riverfront RV Park, Woodland, WA.",	"",	"Outing - April 23-26",	"Wagon Masters - To Be Determined"],
	["",	"04",	"30",	"2010",	"Contact May Outing Wagon Masters about Horn Rapids RV Park Outing",	"",	"",	"Wagon Masters - Joe and Donna Coorough jcoo@comcast.net or donnacoorough@comcast.net"],
	["",	"05",	"14",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"15",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"16",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"17",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"18",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"19",	"2010",	"Horn Rapids RV Resort, Richland, WA.",	"Extended outing Prior to NWRR",	"Outing - May 14-19",	"Wagon Masters - Joe and Donna Coorough"],
	["",	"05",	"20",	"2010",	"Nortwest Regional Rally (NWRR), Moses Lake, WA.",	"",	"May 20-23",	"Wagon Masters - Not Applicable"],
	["",	"05",	"21",	"2010",	"Nortwest Regional Rally (NWRR), Moses Lake, WA.",	"",	"May 20-23",	"Wagon Masters - Not Applicable"],
	["",	"05",	"22",	"2010",	"Nortwest Regional Rally (NWRR), Moses Lake, WA.",	"",	"May 20-23",	"Wagon Masters - Not Applicable"],
	["",	"05",	"23",	"2010",	"Nortwest Regional Rally (NWRR), Moses Lake, WA.",	"",	"May 20-23",	"Wagon Masters - Not Applicable"],
	["",	"05",	"24",	"2010",	"Contact Icicle River RV Park, Leavenworth, Wa. 509-548-5420 to verify reservation for the June outing.",	"",	"",	""],
	["",	"06",	"04",	"2010",	"Contact June Outing Wagon Masters about Leavenworth outing",	"",	"", "Wagon Masters - Nancy Flanagan & Joyce Norquist"],
	["",	"06",	"11",	"2010",	"Show and Tell",	"",	"June 11-13",	"Cancelled"],
	["",	"06",	"12",	"2010",	"Show and Tell",	"",	"June 11-13",	"Cancelled"],
	["",	"06",	"13",	"2010",	"Show and Tell",	"",	"June 11-13",	"Cancelled"],
	["",	"06",	"24",	"2010",	"Icicle River RV Park, Leavenworth, Wa.",	"",	"Outing - June 24-27",	"Wagon Masters - Nancy Flanagan & Joyce Norquist"],
	["",	"06",	"25",	"2010",	"Icicle River RV Park, Leavenworth, Wa.",	"",	"Outing - June 24-27",	"Wagon Masters - Nancy Flanagan & Joyce Norquist"],
	["",	"06",	"26",	"2010",	"Icicle River RV Park, Leavenworth, Wa.",	"",	"Outing - June 24-27",	"Wagon Masters - Nancy Flanagan & Joyce Norquist"],
	["",	"06",	"27",	"2010",	"Icicle River RV Park, Leavenworth, Wa.",	"",	"Outing - June 24-27",	"Wagon Masters - Nancy Flanagan & Joyce Norquist"],
	["",	"06",	"18",	"2010",	"Contact Silver Cove RV Park, Wa. 360-967-2057  to verify reservation for the July outing.",	"",	"",	""],
	["",	"07",	"09",	"2010",	"Contact July Outing Wagon Masters about Silver Lake Outing",	"",	"", "Wagon Masters - To Be Determined"],
	["",	"07",	"22",	"2010",	"Silver Cove RV Park, Silver Lake, Wa.",	"",	"Outing - July 22-25",	"Wagon Masters - To Be Determined"],
	["",	"07",	"23",	"2010",	"Silver Cove RV Park, Silver Lake, Wa.",	"",	"Outing - July 22-25",	"Wagon Masters - To Be Determined"],
	["",	"07",	"24",	"2010",	"Silver Cove RV Park, Silver Lake, Wa.",	"",	"Outing - July 22-25",	"Wagon Masters - To Be Determined"],
	["",	"07",	"25",	"2010",	"Silver Cove RV Park, Silver Lake, Wa.",	"",	"Outing - July 22-25",	"Wagon Masters - To Be Determined"],
	["",	"07",	"16",	"2010",	"Contact American Sunset RV Park, Wa. 360-268-0207  to verify reservation for the August outing.",	"",	"",	""],
	["",	"08",	"06",	"2010",	"Contact August Outing Wagon Masters about Westport Outing",	"",	"", "Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"08",	"19",	"2010",	"American Sunset RV Park, Westport, Wa.",	"",	"Outing - August 19-22",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"08",	"20",	"2010",	"American Sunset RV Park, Westport, Wa.",	"",	"Outing - August 19-22",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"08",	"21",	"2010",	"American Sunset RV Park, Westport, Wa.",	"",	"Outing - August 19-22",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"08",	"22",	"2010",	"American Sunset RV Park, Westport, Wa.",	"",	"Outing - August 19-22",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"08",	"13",	"2010",	"Register for Washington State Rally",	"",	"", ""],
	["",	"09",	"10",	"2010",	"Contact Eagle Tree RV Park, Poulsbo, WA. Phone: 306-598-5988 for reservations",	"",	"",	""],
	["",	"09",	"16",	"2010",	"Washington State Rally, Lynden, Wa.",	"",	"September 16-19",	"Wagon Masters - Not Applicable"],
	["",	"09",	"17",	"2010",	"Washington State Rally, Lynden, Wa.",	"",	"September 16-19",	"Wagon Masters - Not Applicable"],
	["",	"09",	"18",	"2010",	"Washington State Rally, Lynden, Wa.",	"",	"September 16-19",	"Wagon Masters - Not Applicable"],
	["",	"09",	"19",	"2010",	"Washington State Rally, Lynden, Wa.",	"",	"September 16-19",	"Wagon Masters - Not Applicable"],
	["",	"09",	"24",	"2010",	"Contact October Outing Wagon Masters for Poulsbo, WA. outing",	"",	"",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"10",	"14",	"2010",	"Eagle Tree RV Park, Poulsbo, WA.",	"",	"Outing - Oct 14-17",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"10",	"15",	"2010",	"Eagle Tree RV Park, Poulsbo, WA.",	"",	"Outing - Oct 14-17",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"10",	"16",	"2010",	"Eagle Tree RV Park, Poulsbo, WA.",	"",	"Outing - Oct 14-17",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"10",	"17",	"2010",	"Eagle Tree RV Park, Poulsbo, WA.",	"",	"Outing - Oct 14-17",	"Wagon Masters - Jerry & Robyn Gleim, Greg & Lynn Dickey and Rod & Sandie Wilson"],
	["",	"10",	"15",	"2010",	"Contact Glen-Ayr RV Park, Hoodsport, WA. Phone: 360-877-9522 for reservation",	"",	"",	""],
       	["",	"10",	"29",	"2010",	"Contact November Outing Wagon Masters for Hoodsport outing",	"",	"",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"19",	"2010",	"Contact December Outing Wagon Masters about Christmas Party",	"",	"",	"Wagon Masters - Joe & Donna Coorough and Joyce Norquist"],
	["",	"11",	"11",	"2010",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"12",	"2010",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"13",	"2010",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"11",	"14",	"2010",	"Glen-Ayr Hood Canal, Hoodsport, WA.",	"",	"Outing - Nov 12-15",	"Wagon Masters - Jeff and Carole Grindstaff"],
	["",	"12",	"04",	"2010",	"Christmas Party, Tacoma Elks, Tacoma, WA.",	"",	"Outing - Dec 4",	"Wagon Masters - Joe & Donna Coorough and Joyce Norquist"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);





