// This is a built-in database of Upcoming Events
// Please Edit with Care.
//
// 6 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Recurring", "Month", "Day", "Year", "Blocking", "Name", "Link"]
// 	Each event field must be be surrounded by quotation marks followed by a comma ("",) EXCEPT the "Link" field.
//	The "Link" 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; "C" = Consecutive days
//
// 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","",
//
// "C" events will have the number of consecutive days the event will run in the second field
// 		please note that this is a numeric field, not a string.
//
//  The "Blocking" field is used to determine which type of background should be used for the cell
//  and also can be used to determine availability for scheduling, as follows:
//
//	B = Blocking, Holiday, do not allow scheduling
//	N = Non-blocking, Holiday but allow scheduling
//  S = Scheduled, appointment scheduled for day.
//
//  The "Link" field should contain the full address of a web site associated with a particular event.
//  If there is no website, the field should contain a null string, as follows: ""
//
var events = new Array(
	["",	0,	"1",	1,	"2006",	"T", "Today",""],
	["Y",	0,	"1",	1,	"2006",	"B", "New Year's Day",""],
	["F",	0,	"1",	3,	"2",	"N", "Martin Luther King Day",""],
	["Y",	0,	"2",	2,	"2005",	"N", "Groundhog Day",""],
	["Y",	0,	"2",	14,	"2005",	"N", "Valentine's Day",""],
	["F",	0,	"2",	3,	"2",	"N", "President's Day",""],
	["F",	0,	"3",	0,	"0",	"B", "Easter",""],
	["Y",	0,	"3",	17,	"2005",	"N", "St. Patrick's Day",""],
	["Y",	0,	"4",	1,	"2005",	"N", "April Fool's Day",""],
	["F",	0,	"5",	2,	"1",	"B", "Mother's Day",""],
	["F",	0,	"5",	4,	"2",	"N", "Memorial Day",""],
	["Y",	0,	"6",	8,	"1989",	"B", "Bobby's Birthday",""],
	["Y",	0,	"6",	14,	"2005",	"N", "Flag Day",""],
	["F",	0,	"6",	3,	"1",	"B", "Father's Day",""],
	["Y",	0,	"7",	4,	"2005",	"B", "Independence Day",""],
	["F",	0,	"9",	1,	"2",	"B", "Labor Day",""],
	["F",	0,	"10",	2,	"2",	"N", "Columbus Day",""],
	["Y",	0,	"10",	31,	"2005",	"N", "Halloween",""],
	["Y",	0,	"11",	11,	"2005",	"N", "Veteran's Day",""],
	["F",	0,	"11",	4,	"5",	"B", "Thanksgiving",""],
	["Y",	0,	"12",	24,	"2005",	"B", "Christmas Eve",""],
	["Y",	0,	"12",	25,	"2005",	"B", "Christmas",""],
	["Y",	0,	"12",	31,	"2005",	"B", "New Year's Eve",""],

	// Studio milestones...

	["",	0,	"11",	14,	"2007",	"S", "Release First Pass",""],
	["",	0,	"7",	20,	"2008",	"S", "Release Tune It Up!",""],
	["",	0,	"12",	19,	"2009",	"S", "Release Live at Traprock",""],
	["",	0,	"1",	26,	"2010",	"S", "Start Web Development",""],
	["",	0,	"2",	24,	"2010",	"S", "BFK Studio Live!",""],
	["",	0,	"5",	21,	"2011",	"S", "Studio news in The Recorder",""],

	// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.

	["",	0,	"4",	3,	"2010",	"S", "Studio Session 2:00pm",""],
	["",	0,	"4",	19,	"2010",	"S", "Breakfast at the Bone","www.thechickenbone.com"],
	["",	0,	"5",	1,	"2010",	"S", "LimboFest","www.myspace.com/limbofest"],
	["",	0,	"5",	12,	"2010",	"S", "Studio Session 5:00pm",""],
	["C",	3,	"5",	28,	"2010",	"S", "Strange Creek","www.wormtown.com/strangecreek/index.html"],
	["C",	3,	"6",	4,	"2010",	"S", "Mountain Jam","www.mountainjamfest.com/"],
	["C",	4,	"7",	2,	"2010", "S", "Nateva Music & Camping Fetsival","www.natevafestival.com/"],
	["C",	2,	"7",	17,	"2010",	"S", "Green River Festival","www.greenriverfestival.com"],
	["C",	4,	"7",	22,	"2010",	"S", "Grass Roots","www.grassrootsfest.org/festival/"],
	["C",	4,	"7",	29,	"2010",	"S", "Gathering of the Vibes","gatheringofthevibes.com/2008/Home"],
	["",	0,	"8",	7,	"2010",	"S", "Charlemont Reggae Festival","www.charlemontreggaefest.com"],
	["C",	3,	"9",	18,	"2010",	"S", "Wormtown Music Festival","www.wormtown.com/wormfest"],
	["",	0,	"10",	10,	"2010",	"S", "Private Wedding",""],
	["",	0,	"10",	30,	"2010",	"S", "Studio Open House","www.philharmonix.org"],
	["",	0,	"11",	7,	"2010",	"S", "Studio Session 2:00pm",""],
	["",	0,	"11",	21,	"2010",	"S", "Studio Session 3:00pm",""],
	["",	0,	"1",	7,	"2011",	"S", "Studio Session 7:00pm",""],
	["C",	2,	"1",	8,	"2011",	"S", "Studio Session 12:00pm",""],
	["",	0,	"1",	15,	"2011",	"S", "Studio Session 12:00pm",""],
	["C",	2,	"7",	16,	"2011",	"S", "Green River Festival","www.greenriverfestival.com"],
	["C",	4,	"7",	21,	"2011",	"S", "Grass Roots","www.grassrootsfest.org/festival/"],
	["C",	3,	"6",	3,	"2011",	"S", "Mountain Jam","www.mountainjamfest.com/"],
	["C",	4,	"5",	27,	"2011",	"S", "Strange Creek","www.wormtown.com/festivals/strange-creek-campout/"],
	["",	0,	"5",	6,	"2011",	"S", "DJ Dance",""],
	["C",	5,	"4",	7,	"2011",	"S", "Vacation",""],
	["C",	3,	"8",	5,	"2011",	"S", "Camp Creek","www.maxcreek.com/campcreek.html"],
	["",	0,	"8",	13,	"2011",	"S", "Charlemont Reggae Festival","www.charlemontreggaefest.com"],
	["",	0,	"11",	5,	"2011",	"S", "Earth Vibez @ Black Lobster","www.strombergs.com/calendar.html"],
	["",	0,	"11",	12,	"2011",	"S", "Reggae DJ Night @ Karma","www.bekarma.com"],
	["",	0,	"3",	2,	"2012",	"S", "Birthday Party @ Orange American Legion","www.socialweb.net/places/6498.lasso"],
	["",	0,	"3",	8,	"2012",	"S", "Funk Night @ Deja Brew","www.facebook.com/events/166456380133005/?ref=nf"]
	);

