//the date format is IMPORTANT. No spaces, always YYYY,MM,DD
//if you encounter problems with dates being picked up check here first.
//make sure none of the tabs get disturbed
// *** if you add one, aryEventDate[x+1], make sure to change the index numbers!!!!  ***

// High School Info nights listing
var aryHSInfoEventDate = new Array();
var aryHSInfoEventName = new Array();
var aryHSInfoEventText = new Array();
var aryHSInfoEventDisplayDays = new Array();

aryHSInfoEventDate[1] = '2010,01,07';	 // start date
aryHSInfoEventName[1] = 'Brookfield\'s High School Information Night<br>Is January 7<sup>th</sup>.';	 // subject
aryHSInfoEventText[1] = 'Join them at 6:45 PM to find out everything you need to know about going to Brookfield.';	 // description
aryHSInfoEventDisplayDays[1] = 7;	

aryHSInfoEventDate[2] = '2009,12,15';	 // start date
aryHSInfoEventName[2] = 'Canterbury\'s High School Information Night<br>Is December 15<sup>th</sup>.';	 // subject
aryHSInfoEventText[2] = 'Join them at 7:30 PM to find out everything you need to know about going to Canterbury.';	 // description
aryHSInfoEventDisplayDays[2] = 7;	

aryHSInfoEventDate[3] = '2010,01,14';	 // start date
aryHSInfoEventName[3] = 'Hillcrest\'s High School Information Night Is January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[3] = 'Find out everything you need to know about going to Hillcrest. <br>The time is to be determined. Pls contact them for further info';	 // description
aryHSInfoEventDisplayDays[3] = 7;	

aryHSInfoEventDate[4] = '2010,01,14';	 // start date
aryHSInfoEventName[4] = 'Nepean\'s High School Information Night Is January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[4] = 'Join them at 7 PM to find out everything you need to know about going to Nepean.';	 // description
aryHSInfoEventDisplayDays[4] = 7;	

aryHSInfoEventDate[5] = '2009,12,02';	 // start date
aryHSInfoEventName[5] = 'Ridgemont\'s High School Information Night Is<br>December 2<sup>nd</sup>.';	 // subject
aryHSInfoEventText[5] = 'Join them at 7 PM to find out everything you need to know about going to Ridgemont.';	 // description
aryHSInfoEventDisplayDays[5] = 7;	

aryHSInfoEventDate[6] = '2010,01,14';	 // start date
aryHSInfoEventName[6] = 'Sir Guy Carleton\'s High School Information Night<br>Is January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[6] = 'Join them at 7 PM to find out everything you need to know about going to Sir Guy Carleton.';	 // description
aryHSInfoEventDisplayDays[6] = 7;	

aryHSInfoEventDate[7] = '2009,12,10';	 // start date
aryHSInfoEventName[7] = 'Sir Guy Carleton\'s Grade 8 Tour is December 10<sup>th</sup>.';	 // subject
aryHSInfoEventText[7] = 'Pls contact them for further info.';	 // description
aryHSInfoEventDisplayDays[7] = 7;	

aryHSInfoEventDate[8] = '2010,01,21';	 // start date
aryHSInfoEventName[8] = 'Sir Robert Borden\'s High School Information Night<br>Is January 21<sup>th</sup>.';	 // subject
aryHSInfoEventText[8] = 'Find out everything you need to know about going to Sir Robert Borden.';	 // description
aryHSInfoEventDisplayDays[8] = 7;	

aryHSInfoEventDate[9] = '2010,01,14';	 // start date
aryHSInfoEventName[9] = 'Woodruffe\'s High School Information Night<br>Is January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[9] = 'Join them at 7 PM to find out everything you need to know about going to Woodruffe.';	 // description
aryHSInfoEventDisplayDays[9] = 7;	

aryHSInfoEventDate[10] = '2010,01,21';	 // start date
aryHSInfoEventName[10] = 'Colonel By\'s High School Information Night<br>Is January 21<sup>th</sup>.';	 // subject
aryHSInfoEventText[10] = 'Find out everything you need to know about going to Colonel By.';	 // description
aryHSInfoEventDisplayDays[10] = 7;	

aryHSInfoEventDate[11] = '2009,11,25';	 // start date
aryHSInfoEventName[11] = 'Colonel By\'s IB Program Information Night<br>Is November 25<sup>th</sup>.';	 // subject
aryHSInfoEventText[11] = 'Join them at 7 PM to find out everything you need to know about<br>going to Colonel By and the IB program.';	 // description
aryHSInfoEventDisplayDays[11] = 7;	

aryHSInfoEventDate[12] = '2010,01,14';	 // start date
aryHSInfoEventName[12] = 'Lisgar\'s High School Information Night Is<br>January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[12] = 'Find out everything you need to know about going to Lisgar.<BR>Gifted starts at 6:00 PM and the regular program is 7:00 PM.';	 // description
aryHSInfoEventDisplayDays[12] = 7;	

aryHSInfoEventDate[13] = '2008,01,14';	 // start date
aryHSInfoEventName[13] = 'Merivale\'s High School Information Night<br>Is January 8<sup>th</sup>.';	 // subject
aryHSInfoEventText[13] = 'Find out everything you need to know about going to Merivale.';	 // description
aryHSInfoEventDisplayDays[13] = 7;	

aryHSInfoEventDate[14] = '2009,12,11';	 // start date
aryHSInfoEventName[14] = 'OTLC\'s Grade 8 Open House Is December 11<sup>th</sup>.';	 // subject
aryHSInfoEventText[14] = 'Find out everything you need to know about going to OTLC.';	 // description
aryHSInfoEventDisplayDays[14] = 7;	

aryHSInfoEventDate[15] = '2010,01,19';	 // start date
aryHSInfoEventName[15] = 'A. Y. Jackson\'s High School Information Night<br>Is January 19<sup>th</sup>.';	 // subject
aryHSInfoEventText[15] = 'Find out everything you need to know about going to A. Y. Jackson.';	 // description
aryHSInfoEventDisplayDays[15] = 7;	

aryHSInfoEventDate[16] = '2010,01,13';	 // start date
aryHSInfoEventName[16] = 'Bell\'s High School Information Night Is<br>January 13<sup>th</sup>.';	 // subject
aryHSInfoEventText[16] = 'Find out everything you need to know about going to Bell.<BR>Gifted starts at 6:30 PM and the regular program is 7:00 PM.';	 // description
aryHSInfoEventDisplayDays[16] = 7;	

aryHSInfoEventDate[17] = '2010,01,21';	 // start date
aryHSInfoEventName[17] = 'Glebe\'s High School Information Night Is<br>January 21<sup>th</sup> At 7:00 PM.';	 // subject
aryHSInfoEventText[17] = 'Find out everything you need to know about going to Glebe.';	 // description
aryHSInfoEventDisplayDays[17] = 7;	

aryHSInfoEventDate[18] = '2010,01,14';	 // start date
aryHSInfoEventName[18] = 'Gloucester\'s High School Information Night Is<br>January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[18] = 'Find out everything you need to know about going to Gloucester.';	 // description
aryHSInfoEventDisplayDays[18] = 7;	

aryHSInfoEventDate[19] = '2010,01,14';	 // start date
aryHSInfoEventName[19] = 'Lisgar\'s High School Information Night Is<br>January 14<sup>th</sup>.';	 // subject
aryHSInfoEventText[19] = 'Find out everything you need to know about going to Lisgar.<BR>Gifted starts at 6:00 PM and the regular program is 7:00 PM.';	 // description
aryHSInfoEventDisplayDays[19] = 7;	

aryHSInfoEventDate[20] = '2010,01,12';	 // start date
aryHSInfoEventName[20] = 'Merivale\'s High School Information Night Is<br>January 12<sup>th</sup>.';	 // subject
aryHSInfoEventText[20] = 'Find out everything you need to know about going to Merivale.<BR>Gifted starts at 6:30 PM and the regular program is 7:30 PM.';	 // description
aryHSInfoEventDisplayDays[20] = 7;	

aryHSInfoEventDate[21] = '2010,01,14';	 // start date
aryHSInfoEventName[21] = 'Rideau\'s High School Information Night Is<br>January 14<sup>th</sup> at 5:30 PM.';	 // subject
aryHSInfoEventText[21] = 'Find out everything you need to know about going to Rideau.<BR>They will be serving dinner!';	 // description
aryHSInfoEventDisplayDays[21] = 7;	

aryHSInfoEventDate[22] = '2010,02,10';	 // start date
aryHSInfoEventName[22] = 'South Carleton\'s High School Information Night<br>Is February 10<sup>th</sup>.';	 // subject
aryHSInfoEventText[22] = 'Find out everything you need to know about going to South Carleton.';
aryHSInfoEventDisplayDays[22] = 7;	

