//*****************************************************************************
//
// BEFORE EDITING THIS FILE, PLEASE READ.
// 
// EVENT FIELDS:
// 
// id
//
//   uniquely identify each event.  We specify one in case old items
//   are removed from this file.  DO NOT CHANGE ID NUMBERS ONCE THEY
//   ARE ENTERED.  We also recommend not recycling them.
//
// date
//
//   entered as a "YYYY-MM-DD" string.  The day of week does not need
//   to be specified; JavaScript can compute it.  This facilitates
//   parsing, sorting, excluding past events, and grouping by month.
//
// startTime and endTime
//
//   entered in 24-hour format as "HH:MM" strings.  For example,
//   midnight is "00:00", noon is "12:00", and 3:30 p.m. is "15:30".
//   This facilitates parsing and sorting.
//
// title and description
//
//   In these fields, use HTML entity encoding for <, >, &, ', ", and
//   all non-ASCII characters.  Remember: the ' symbol becomes
//   "&#39;", not "&apos;", as some browsers don't support that.
//
// closed
//
//   true if registration for the event is full.
//
// EVENT ORDER
//
//   Events are automatically listed in chronological order.  YOU DO
//   NOT NEED TO LIST THEM IN CHRONOLOGICAL ORDER IN THIS FILE; and
//   the id field does not need to reflect chronological order.
//
// EXPIRED EVENTS
//
//   Events are automatically not displayed if their date has already
//   passed.  However, it is safe to remove them from this file if you
//   want.
//
// TIME ZONE
//
//   All times are Eastern.
//
// EXAMPLE:
//
//   calendar.add({
//     id:          2,
//     closed:      false,
//     title:       "Cooking Demonstration",
//     description: "Join us for a live cooking demonstration hosted by " +
//                  "Chef Tager&eacute;, who will prepare a gourmet meal " +
//                  "using induction, convection and Advantium&reg; " + 
//                  "Speedcook technologies.",
//     date:        "2008-06-25",
//     startTime:   "12:00",
//     endTime:     "13:30"
//   });
//
//*****************************************************************************

var calendar = new EventCalendar();

calendar.add({
	id: 2037,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2011-12-14",
	startTime: "18:00",
	endTime: "20:00"
});

calendar.add({
	id: 2038,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2011-12-21",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2041,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-01-11",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2042,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-01-18",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2043,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-01-25",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2044,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-02-08",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2045,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-02-15",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2046,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-02-29",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2047,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-03-07",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2048,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-03-14",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2049,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-03-22",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2050,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-04-03",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2051,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-04-11",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2052,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-04-18",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2053,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-05-09",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2054,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-05-16",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2055,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-05-24",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2056,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-06-06",
	startTime: "12:00",
	endTime: "13:30"
});

calendar.add({
	id: 2057,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-06-13",
	startTime: "18:00",
	endTime: "19:30"
});

calendar.add({
	id: 2058,
	closed: false,
	title: "Cooking Demonstration",
	description: "Join us for a live cooking demonstration hosted by Chef Tager&eacute;, who will prepare a gourmet meal using induction, convection and Advantium&reg; Speedcook technologies.",
	date: "2012-06-20",
	startTime: "12:00",
	endTime: "13:30"
});




calendar.finalize();


