// Statutory holidaze
var aryPCEventDate = new Array();
var aryPCEventName = new Array();
var aryPCEventText = new Array();
var aryPCEventDisplayDays = new Array();

aryPCEventDate[1] = '2009,10,20';	 // start date
aryPCEventName[1] = 'There is a Parent Council Meeting on the 20<sup>th</sup>';	 // subject
aryPCEventText[1] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[1] = 5;	 // -ive is for debugging

aryPCEventDate[2] = '2009,11,17';	 // start date
aryPCEventName[2] = 'There is a Parent Council Meeting  on the 17<sup>th</sup>';	 // subject
aryPCEventText[2] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[2] = 5;	 // -ive is for debugging

aryPCEventDate[3] = '2010,01,19';	 // start date
aryPCEventName[3] = 'There is a Parent Council Meeting  on the 19<sup>th</sup>';	 // subject
aryPCEventText[3] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[3] = 5;	 // -ive is for debugging

aryPCEventDate[4] = '2010,02,16';	 // start date
aryPCEventName[4] = 'There is a Parent Council Meeting  on the 16<sup>th</sup>';	 // subject
aryPCEventText[4] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[4] = 5;	 // -ive is for debugging

aryPCEventDate[4] = '2010,03,16';	 // start date
aryPCEventName[4] = 'There is a Parent Council Meeting  on the 16<sup>th</sup>';	 // subject
aryPCEventText[4] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[4] = 5;	 // -ive is for debugging

aryPCEventDate[5] = '2010,04,20';	 // start date
aryPCEventName[5] = 'There is a Parent Council Meeting  on the 20<sup>th</sup>';	 // subject
aryPCEventText[5] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[5] = 5;	 // -ive is for debugging

aryPCEventDate[6] = '2010,05,10';	 // start date
aryPCEventName[6] = 'There is a Parent Council Meeting  on the 10<sup>th</sup>';	 // subject
aryPCEventText[6] = 'Please join us un the library at 7 PM.';	 // description
aryPCEventDisplayDays[6] = 5;	 // -ive is for debugging

aryPCEventDate[7] = '2009,11,12';	 // start date
aryPCEventName[7] = 'The Annual Do Nothing Fundraiser Runs<br>from November 2<sup>nd</sup> to the 12<sup>th</sup>';	 // subject
aryPCEventText[7] = 'Don\'t bake. Don\'t sell anything. Don\'t give us your time.<br>We would really like a donation. Any amount would be great.<br>Thank you for your support.';	 // description
aryPCEventDisplayDays[7] = 13;	 // -ive is for debugging

