events=[];
/******************************************************************************
		an_event={
			"type"	: "singledayEvent/multidayEvent",
			"what" 	: "Independence Day Celebration",
			"when" 	: new Date(2008, 7, 15), yyyy-mm-dd
			"to"	: new Date(yyyy-mm-dd),
			"where" : "Near the porch, Principal's Office",
			"who"	: "Mrs. R. Agnihotri"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "",
			"when" 	: new Date(),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

******************************************************************************/
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Opening",
			"when" 	: new Date(2009, 7, 9),
			"where" 	: "college hall",
			"who"	: "principal"
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "1st Counselling, B.Ed.",
			"when" 	: new Date(2009,8,6),
			"to"	: new Date(2009,8,8),
			"where" : "Panjab University",
			"who"	: "Admission Committee"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Janam Ashtami",
			"when" 	: new Date(2009,7, 14),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Independance Day Flag Hoisting",
			"when" 	: new Date(2009, 7, 15),
			"where" 	: "Principal Office porch",
			"who"	: "Mrs Pritpal Kaur"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Rakhsha Bandhan",
			"when" 	: new Date(2009, 7, 5),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "Orientation Programme",
			"when" 	: new Date(2009, 8,19),
			"to"	: new Date(2009, 8, 22),
			"where" : "College Hall",
			"who"	: "Co-curricular committee"
		};
		events.push(an_event);
/************november events************************/
		an_event={
			"type"	: "holiday",
			"what" 	: "Birthday Guru Nanak",
			"when" 	: new Date(2009, 10, 2),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "1st PCP USOP, PU",
			"when" 	: new Date(2009, 10, 9),
			"to"	: new Date(2009, 10, 23),
			"where" : "BCM College of Education",
			"who"	: "Mr. Lilu Ram"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "National Education Day",
			"when" 	: new Date(2009, 10,11),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Children's Day Celebration",
			"when" 	: new Date(2009, 10, 14),
			"where" : "In respective TP schools",
			"who"	: "Respective TG incharges"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Matyrdom Guru Tegh Bahadur Ji",
			"when" 	: new Date(2009, 10, 24),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Id-ul-zuha(bakrid)",
			"when" 	: new Date(2009, 10, 28),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "End of Teaching Practice 1st Phase",
			"when" 	: new Date(2009, 10,27),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "World AIDS day",
			"when" 	: new Date(2009, 11, 1),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Pollution Prevention Day",
			"when" 	: new Date(2009, 11, 2),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (P-I)",
			"when" 	: new Date(2009, 11, 5),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test, B.Ed. (P-II) M.Ed. (P-I)",
			"when" 	: new Date(2009, 11, 7),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test, B.Ed. (P-III) M.Ed. (P-II)",
			"when" 	: new Date(2009, 11, 9),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (Sc, LSc, Eco, C Sc) M.Ed.(P-III)",
			"when" 	: new Date(2009, 11, 11),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed.(SSt, Mu, FA, HSc, Math)",
			"when" 	: new Date(2009,11,12),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (P-IV) M.Ed. (ET)",
			"when" 	: new Date(2009, 11, 14),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (Eng, Hin, Pbi, PSc)",
			"when" 	: new Date(2009, 11, 15),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (P-V) M.Ed. (Gui & Cou)",
			"when" 	: new Date(2009, 11, 17),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (Drw)",
			"when" 	: new Date(2010, 0, 6),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "House Test B.Ed. (Craft)",
			"when" 	: new Date(2010, 0, 7),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

/**********************************************************************/
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Independence Day Celebration",
			"when" 	: new Date(2008, 7, 15),
			"where" : "Near the porch, Principal's Office",
			"who"	: "Mrs. R. Agnihotri"
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Inauguration of New Session by Dr. P.S. Sangha, Dean Faculty of Education, Punjab University",
			"when" 	: new Date(2008, 7, 18),
			"where" : "College Hall",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singleDayEvent",
			"what" 	: "Talk by Mrs Zoya Sharma on 'Emotional Oneness and Harmony",
			"when" 	: new Date(2008, 7, 19),
			"where" : "College Hall",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Sadbhavana Diwas",
			"when" 	: new Date(2008, 7, 20),
			"where" : "College Hall",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Talent Search Programme",
			"when" 	: new Date(2008, 7, 20),
			"where" : "College Hall",
			"who"	: "Mrs. Jasvir Chahal"
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Talk by Prof. P.K.Tulsi, NITTTIR, 'Role of Teacher in Changing Context",
			"when" 	: new Date(2008, 7, 21),
			"where" : "College Hall",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Essay Writing Competition on Gender Sensitization",
			"when" 	: new Date(2008, 7, 22),
			"where" : "In all the Classes",
			"who"	: "Dr. Kulbir Kaur"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 1",
			"when" 	: new Date(2008, 7, 25),
			"where" : "College Hall",
			"who"	: "Mrs. Pritpal"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Students Society Elections",
			"when" 	: new Date(2008, 7, 26),
			"where" : "College Hall",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 2",
			"when" 	: new Date(2008, 8, 1),
			"where" : "College Hall",
			"who"	: "Dr. Kulbir Kaur"
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Eye Donation Awareness Talk",
			"when" 	: new Date(2008, 8, 2),
			"where" : "College Hall",
			"who"	: "Dr. Anurag Sankhian"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Teachers' day celebration",
			"when" 	: new Date(2008, 8, 5),
			"where" : "College Hall",
			"who"	: "Mrs R. Agnihotri"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 3",
			"when" 	: new Date(2008, 8, 8),
			"where" : "College Hall",
			"who"	: "Dr. Sapna Nanda"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "First One Day NSS Camp",
			"when" 	: new Date(2008, 8, 9),
			"where" : "College Hall",
			"who"	: "Dr. Anurag Sankhian"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Hindi Divas Celebration, Essay writing",
			"when" 	: new Date(2008, 8, 13),
			"where" : "In all the classes",
			"who"	: "Dr. A.K. Srivastava"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 4",
			"when" 	: new Date(2008, 8, 15),
			"where" : "College Hall",
			"who"	: "Dr. A.K. Srivastava"
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "Demonstration Lessons",
			"when" 	: new Date(2008, 8, 15),
			"to"	: new Date(2008, 8, 16),
			"where" : "In all classes",
			"who"	: "Dr. Mukhtiar"
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Creative Writing Competition",
			"when" 	: new Date(2008, 8, 19),
			"where" : "In all the Classes",
			"who"	: "Mr. Shavinder Pal Singh"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Poetry Competition",
			"when" 	: new Date(2008, 8, 19),
			"where" : "College Hall",
			"who"	: "Mr. Shavinder Pal Singh"
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "DIscussion Lessons",
			"when" 	: new Date(2008, 8, 19),
			"to"	: new Date(2008, 8, 27),
			"where" : "",
			"who"	: "Dr. Mukhtiar Singh"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly- TG 5",
			"when" 	: new Date(2008, 8, 22),
			"where" : "College Hall",
			"who"	: "Dr. Savita Arya"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly- TG 6",
			"when" 	: new Date(2008, 8, 29),
			"where" : "College Hall",
			"who"	: "Mr Shavinder Pal Singh"
		};
		events.push(an_event);
		an_event={
			"type"	: "multidayEvent",
			"what" 	: "Ten Day NSS Camp",
			"when" 	: new Date(2008, 8, 29),
			"to"	: new Date(2008, 9, 8),
			"where" : "College Hall",
			"who"	: "Dr. Anurag Sankhian"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Aggarsain Jayanti",
			"when" 	: new Date(2008, 8, 30),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Mahatma Gandhi Birthday, Id-ul-fitr",
			"when" 	: new Date(2008, 9, 2),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Salad Dressing Competition",
			"when" 	: new Date(2008, 9, 3),
			"where" : "Home Science Lab",
			"who"	: "Dr. Sapna Nanda"
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 7",
			"when" 	: new Date(2008, 9, 6),
			"where" : "College Hall",
			"who"	: "Dr. Mukhtiar Singh"
		};
		events.push(an_event);

		an_event={
			"type"	: "holiday",
			"what" 	: "Dussehra",
			"when" 	: new Date(2008, 9, 8),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Dussehra",
			"when" 	: new Date(2008, 9, 9),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Maharishi Valmiki Jayanti",
			"when" 	: new Date(2008, 9, 14),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "Blood Donation Camp",
			"when" 	: new Date(2008, 9, 15),
			"where" : "Room no. 3",
			"who"	: "Dr. Anurag Sankhian"
		};
		events.push(an_event);

		an_event={
			"type"	: "multidayEvent",
			"what" 	: "P.U. Zone-A Youth Festival",
			"when" 	: new Date(2008, 9, 19),
			"to"	: new Date(2008, 9, 22),
			"where" : "G.M.T. College of Education",
			"who"	: "Mrs. Jasvir Chahal"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Gurta Gaddi Divas",
			"when" 	: new Date(2008, 9, 20),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "singledayEvent",
			"what" 	: "College Assembly-TG 10",
			"when" 	: new Date(2008, 9, 27),
			"where" : "College Hall",
			"who"	: "Dr. Anurag Sankhian"
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Diwali",
			"when" 	: new Date(2008, 9, 28),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
		an_event={
			"type"	: "holiday",
			"what" 	: "Diwali",
			"when" 	: new Date(2008, 9, 29),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);

		an_event = {
			"type"	: "multidayEvent",
			"what"	: "Teaching Practice",
			"when"	: new Date(2008, 9, 30),
			"to"	: new Date(2008, 10, 29),
			"where" : "In different Schools",
			"who"	: "Dr. Mukhtiar Singh"
		};
		events.push(an_event);

/*
		an_event={
			"type"	: "",
			"what" 	: "",
			"when" 	: new Date(2008, 10, 19),
			"where" : "",
			"who"	: ""
		};
		events.push(an_event);
*/
