// 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(
// HOLIDAYS
	["Y",	"1",	"1",	"2009",	"1:00 AM",	"12:00 PM",	"New Year's Day",	"Happy New Year's!! "],

// CHURCHILL EVENTS
//	["W",	" ",	"6",	"2008",	"10:00 AM",	"11:00 AM",	"Children's Reading Group",	"Every Friday Morning "],

// STAMP CLUB
// 2nd sunday of each month
    ["F",	"1",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"2",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"3",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"4",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"5",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"6",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"7",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"8",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"9",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"10",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"11",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
    ["F",	"12",	"2",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Second Sunday of Each Month"],
// 4th sunday of each month    
    ["F",	"1",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"2",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"3",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"4",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"5",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"6",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"7",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"8",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"9",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"10",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"11",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
    ["F",	"12",	"4",	"1",	"12:00 PM",	"4:30 PM",	"Wilkinsburg Stamp Club",	"Fourth Sunday of Each Month"],
// annual stamp show    
//  ["",	"4",	"29",	"2006",	"8:00  AM",	"6:00 PM",	"Annual Stamp Show     ",	"Annual Stamp Show 4/29/06"],
//
//  Recreation Board meeting
// 4th Monday of each month    
    ["F",	"1",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"2",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"3",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"4",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"5",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"6",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"7",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"8",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"9",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"10",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"11",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    ["F",	"12",	"4",	"2",	"7:00 PM",	"7:30 PM",	"Recreation Board Meeting",	"Fourth Monday of Each Month"],
    
//CHEVY CLUB
// 2nd saturday of each month
    ["F",	"1",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"2",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"3",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"4",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"5",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"6",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"7",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"8",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"9",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"10",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"11",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    ["F",	"12",	"2",	"7",	"8:00 PM",	"8:00 PM",	"Chevy Club",	"Second Saturday of Each Month"],
    
//WOODLAND HILLS SOCCER ASSOCIATION
// 2nd sunday of each month
    ["F",	"1",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"2",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"3",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"4",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"5",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"6",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"7",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"8",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"9",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"10",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"11",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],
    ["F",	"12",	"2",	"1",	"7:00 PM",	"9:30 PM",	"Woodland Hills Soccer Association",	"Second Sunday of Each Month"],

//LACE CLUB
//  ["",	"4",	"14",	"2007",	"10:00  AM",	"5:00 PM",	"Lace Club        ",	"Lace Club As Scheduled *Future Schedule to be Announced"],
//  ["",	"4",	"15",	"2007",	"10:00  AM",	"5:00 PM",	"Lace Club        ",	"Lace Club As Scheduled *Future Schedule to be Announced"],
//  ["",	"5",	"7",	"2006",	"10:00  AM",	"5:00 PM",	"Lace Club        ",	"Lace Club As Scheduled"],
//  ["",	"10",	"20",	"2006",	"5:00  PM",	    "10:00 PM",	"Lace Club        ",	"Lace Club As Scheduled"],
//  ["",	"10",	"21",	"2006",	"10:00  AM",	"5:00 PM",	"Lace Club        ",	"Lace Club As Scheduled"],
//  ["",	"10",	"22",	"2006",	"10:00  AM",	"5:00 PM",	"Lace Club        ",	"Lace Club As Scheduled"],

// CHURCHILL GARDEN CLUB    
    ["",	"1",	"15",	"2008",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"Churchill Garden Club 3rd Tuesday or Wednesday as per Schedule"],
    ["",	"4",	"16",	"2008",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"Churchill Garden Club 3rd Tuesday or Wednesday as per Schedule"],
    ["",	"5",	"21",	"2008",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"CChurchill Garden Club 3rd Tuesday or Wednesday as per Schedule"],
 //   ["",	"4",	"10",	"2007",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"Churchill Garden Club *Future Schedule to be Announced"],
 //   ["",	"5",	"16",	"2007",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"Churchill Garden Club *Future Schedule to be Announced"],
 //   ["",	"5",	"23",	"2007",	"8:30  AM",	"3:00 PM",	"Churchill Garden Club     ",	"Churchill Garden Club *Future Schedule to be Announced"],
 //   ["",	"5",	"9",	"2007",	"7:00  PM",	"7:00 PM",	"Churchill Garden Club Plant Auction    ",	"Churchill Garden Club Plant Auction"],
    
// CHURCHILL WOMENS CLUB    
//    ["",	"1",	"18",	"2007",	"10:30  AM",	"2:30 PM",	"Churchill Women's Club     ",	"Churchill Women's Club *Future Schedule to be Announced"],    
//    ["",	"2",	"15",	"2007",	"10:30  AM",	"2:30 PM",	"Churchill Women's Club     ",	"Churchill Women's Club *Future Schedule to be Announced"],    
//    ["",	"3",	"15",	"2007",	"10:30  AM",	"2:30 PM",	"Churchill Women's Club     ",	"Churchill Women's Club *Future Schedule to be Announced"],    
//    ["",	"4",	"19",	"2007",	"10:30  AM",	"2:30 PM",	"Churchill Women's Club     ",	"Churchill Women's Club *Future Schedule to be Announced"],    
//    ["",	"5",	"17",	"2007",	"10:30  AM",	"2:30 PM",	"Churchill Women's Club     ",	"Churchill Women's Club *Future Schedule to be Announced"],    

// REPUBLICAN COMMITTE   
    ["F",	"1",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"2",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"3",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"4",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"5",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"6",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"7",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"8",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"9",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"10",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"11",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"],
    ["F",	"12",	"4",	"4",	"12:00 PM",	"4:30 PM",	"Republican Committee",	    "Fourth Wednesday of Each Month"]

// SIERRA CLUB
//	["W",	" ",	"5",	"2008",	"6:30 PM",	"8:00 PM",	"Sierra Club",	"Every Thursday Evening "],
	
// TIGER SCOUTS
//	["F",	"1",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"2",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"3",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"4",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"5",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"6",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"7",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"8",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"9",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],							
//	["F",	"10",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"11",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"12",	"1",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],	

//	["F",	"1",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"2",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"3",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"4",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"5",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"6",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"7",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"8",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"9",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],							
//	["F",	"10",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"11",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
//	["F",	"12",	"3",	"5",	"6:00 PM",	"8:00 PM",	"Tiger Scouts",	"Every Other Thursday Evening "],
	
// ENVIRONMENTAL COUNCIL
//	["W",	" ",	"2",	"2008",	"6:00 PM",	"8:00 PM",	"Environmental Council",	"Monday Evenings - Schedule as per needed "],

// GIRL SCOUTS
// 1st Tuesday of each month
//    ["F",	"1",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"2",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
 //   ["F",	"3",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"4",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"5",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"6",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"7",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"8",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
//    ["F",	"9",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
 //   ["F",	"10",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
 //   ["F",	"11",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
 //   ["F",	"12",	"1",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"First Tuesday of Each Month"],
// 3rd Tuesday of each month    
//    ["F",	"1",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"2",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"3",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"4",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"5",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"6",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"7",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"8",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"9",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"10",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"11",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"],
//    ["F",	"12",	"3",	"3",	"3:30 PM",	"4:30 PM",	"Girl Scouts",	"Third Tuesday of Each Month"]


// Pen-Ohio Matchbook Club
//    ["W",	" ",	"6",	"2008",	"7:00  PM",	"9:00 PM",	"Pen-Ohio Matchbook Club",	"Pen-Ohio Matchbook Club - Friday Evenings As Per Schedule"]
//    ["",	"5",	"18",	"2007",	"7:00  PM",	"9:00 PM",	"Pen-Ohio Matchbook Club",	"Pen-Ohio Matchbook Club"], 
//    ["",	"7",	"20",	"2007",	"7:00  PM",	"9:00 PM",	"Pen-Ohio Matchbook Club",	"Pen-Ohio Matchbook Club"],
//    ["",	"9",	"21",	"2007",	"7:00  PM",	"9:00 PM",	"Pen-Ohio Matchbook Club",	"Pen-Ohio Matchbook Club"], 

    
// RECREATION BOARD FUN NIGHT
//    ["",	"4",	"21",	"2006",	"7:00  PM",	"9:00 PM",	"Recreation Board Fun Night     ",	"Recreation Board Fun Night"],

// FAMILY GAME NIGHT selected fridays 7-9pm
//  ["",	"5",	"12",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"],    
//  ["",	"6",	"16",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"7",	"14",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"8",	"18",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"9",	"15",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"10",	"13",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"10",	"27",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"11",	"10",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"12",	"8",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"], 
//  ["",	"12",	"22",	"2006",	"7:00  PM",	"9:00 PM",	"Family Game Night     ",	"Family Game Night"]


// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);







