//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!!!!  ***

// School wide spirit days
var arySpiritEventDate = new Array();
var arySpiritEventName = new Array();
var arySpiritEventText = new Array();
var arySpiritEventDisplayDays = new Array();

arySpiritEventDate[1] = '2009,10,30';	 // start date
arySpiritEventName[1] = 'Halloween is Coming!';	 // subject
arySpiritEventText[1] = 'Wear your Halloween costumes or spooky orange and black';	 // description
arySpiritEventDisplayDays[1] = 4;	 // -ive is for debugging

arySpiritEventDate[2] = '2009,11,27';	 // start date
arySpiritEventName[2] = 'Pyjama Day is This Friday';	 // subject
arySpiritEventText[2] = 'Come dressed and ready for bed (do not forget your teddy bear).';	 // description
arySpiritEventDisplayDays[2] = 4;	 // -ive is for debugging

arySpiritEventDate[3] = '2009,12,18';	 // start date
arySpiritEventName[3] = 'Crazy Hair and Hat Day is This Friday';	 // subject
arySpiritEventText[3] = 'If it is crazy and sits on your head it belongs at VM on Friday.';	 // description
arySpiritEventDisplayDays[3] = 4;	 // -ive is for debugging

arySpiritEventDate[4] = '2000,02,11';	 // start date
arySpiritEventName[4] = 'Red and Pink Day is This Friday';	 // subject
arySpiritEventText[4] = 'Where red and pink and show your VM spirit!.';	 // description
arySpiritEventDisplayDays[4] = 4;	 // -ive is for debugging

arySpiritEventDate[5] = '2010,03,12';	 // start date
arySpiritEventName[5] = 'Beach Day on Friday!';	 // subject
arySpiritEventText[5] = 'It is March, and cold, and wet. That makes it a great day for a modest bathing suit and beach wear. Pass the tanning butter!.';	 // description
arySpiritEventDisplayDays[5] = 4;	 // -ive is for debugging

arySpiritEventDate[6] = '2009,04,30';	 // start date
arySpiritEventName[6] = 'Sdrawkcab Day on Friday';	 // subject
arySpiritEventText[6] = 'That is Backwards for those of you still in forward.';	 // description
arySpiritEventDisplayDays[6] = 4;	 // -ive is for debugging

arySpiritEventDate[7] = '2010,05,28';	 // start date
arySpiritEventName[7] = 'Bright Colours and Pattern Day';	 // subject
arySpiritEventText[7] = 'You think Crazy Hair day was out of control? One word, sunglasses.';	 // description
arySpiritEventDisplayDays[7] = 4;	 

arySpiritEventDate[8] = '2009,10,28';	 // start date
arySpiritEventName[8] = 'Candy Grams Are on Sale Until the 27<sup>th</sup>';	 // subject
arySpiritEventText[8] = 'Treat you friends to a little Halloween chocolate and help fund raise for the dance!<br> They will be on sale on Thursday the 20<sup>th</sup>.';	 // description
arySpiritEventDisplayDays[8] = 9;	 

arySpiritEventDate[9] = '2010,02,04';	 // start date
arySpiritEventName[9] = 'The Intermediate Winter Olympic Games are February 4<sup>th</sup>';	 // subject
arySpiritEventText[9] = 'Finely tuned intermediate competitors will be competeing for gold, silver and bronze<br>in a full slate of winter events.';	 // description
arySpiritEventDisplayDays[9] = 5;	 

arySpiritEventDate[10] = '2010,02,11';	 // start date
arySpiritEventName[10] = 'Olympic Spirit Day is the 11<sup>th</sup>';	 // subject
arySpiritEventText[10] = 'Wear your country\'s colour\'s and support you team because it all starts on the 11<sup>th</sup> in Vancouver';	 // description
arySpiritEventDisplayDays[10] = 5;	 

arySpiritEventDate[11] = '2010,02,05';	 // start date
arySpiritEventName[11] = 'Primary and Junior Students Celebrate the 100<sup>th</sup> Day<br>of School on the Friday the 5<sup>th</sup>';	 // subject
arySpiritEventText[11] = 'The fun never stops on 100s day. The kids will be rotating from class to class<br>enjoying a huge variety of activities.';	 // description
arySpiritEventDisplayDays[11] = 5;	 
