//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!!!!  ***

// Statutory holidaze
var aryDidUKnowEventDate = new Array();
var aryDidUKnowEventName = new Array();
var aryDidUKnowEventText = new Array();
var aryDidUKnowEventDisplayDays = new Array();

aryDidUKnowEventDate[1] = '2000,10,25';	 // start date
aryDidUKnowEventName[1] = 'did you know test';	 // subject
aryDidUKnowEventText[1] = 'Enjoy your weekend.';	 // description
aryDidUKnowEventDisplayDays[1] = 7;	 

