//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!!!!  ***

// Sports
var arySportsEventDate = new Array();
var arySportsEventName = new Array();
var arySportsEventText = new Array();
var arySportsEventDisplayDays = new Array();

arySportsEventDate[1] = '2010,05,25';	 // start date
arySportsEventName[1] = 'The National Capital Marathon Takes Place May 27<sup>th</sup>.';	 // subject
arySportsEventText[1] = 'Reports Cards should be home to be signed then back to school.';	 // description
arySportsEventDisplayDays[1] = 7;	 // -ive is for debugging

arySportsEventDate[2] = '2009,10,06';	 // start date
arySportsEventName[2] = 'The Intermediate Cross Country Meet<br>Takes Place October 6<sup>th</sup>.';	 // subject
arySportsEventText[2] = 'Good luck and have fun to all the participants.';	 // description
arySportsEventDisplayDays[2] = 7;	 // -ive is for debugging
