var theDates = new Array();
theDates[0] = "08-12-2009";
theDates[1] = "08-13-2009";
theDates[2] = "08-17-2009";
theDates[3] = "08-18-2009";
theDates[4] = "08-19-2009";
theDates[5] = "08-20-2009";
theDates[6] = "09-07-2009";
theDates[7] = "09-28-2009";
theDates[8] = "10-09-2009";
theDates[9] = "11-04-2009";
theDates[10] = "11-11-2009";
theDates[11] = "11-25-2009";
theDates[12] = "11-26-2009";
theDates[13] = "11-27-2009";
theDates[14] = "12-18-2009";
theDates[15] = "12-21-2009";
theDates[16] = "01-04-2010";
theDates[17] = "01-05-2010";
theDates[18] = "01-18-2010";
theDates[19] = "02-15-2010";
theDates[20] = "02-17-2010";
theDates[21] = "03-15-2010";
theDates[22] = "04-02-2010";
theDates[23] = "04-09-2010";
theDates[24] = "05-19-2010";
theDates[25] = "05-28-2010";

var theEvents = new Array();
theEvents[0] = "Teachers Report";
theEvents[1] = "ECA Registration";
theEvents[2] = "Teacher Prep Day";
theEvents[3] = "Teacher In-Service";
theEvents[4] = "Teacher In-Service";
theEvents[5] = "First Day of Class";
theEvents[6] = "Labor Day Holiday";
theEvents[7] = "End of 1st 6 Weeks";
theEvents[8] = "Fall Break";
theEvents[9] = "End of 2nd 6 Weeks";
theEvents[10] = "Veteran's Day";
theEvents[11] = "Start of Thanksgiving Break";
theEvents[12] = "Thanksgiving Break";
theEvents[13] = "Thanksgiving Break";
theEvents[14] = "End of First Semester";
theEvents[15] = "Start of Winter Break";
theEvents[16] = "Teacher In-Service";
theEvents[17] = "Start of Second Semester";
theEvents[18] = "Martin Luther King Jr. Day";
theEvents[19] = "Presidents Day";
theEvents[20] = "End of 4th 6 Weeks";
theEvents[21] = "Start of Spring Break";
theEvents[22] = "Vernal Holiday";
theEvents[23] = "End of 5th 6 Weeks";
theEvents[24] = "ECA Graduation";
theEvents[25] = "Last Day of School";

var theExtraInfo = new Array();
theExtraInfo[0] = "";
theExtraInfo[1] = "Register at the CEC";
theExtraInfo[2] = "";
theExtraInfo[3] = "";
theExtraInfo[4] = "";
theExtraInfo[5] = "Welcome Back!<br>All students are expected to be present.";
theExtraInfo[6] = "No school today!";
theExtraInfo[7] = "";
theExtraInfo[8] = "No school today!";
theExtraInfo[9] = "";
theExtraInfo[10] = "No school today!!";
theExtraInfo[11] = "No school!<br>Thanksgiving break is three days, 25th-27th.";
theExtraInfo[12] = "No school!<br>Thanksgiving break is three days, 25th-27th.";
theExtraInfo[13] = "No school!<br>Thanksgiving break is three days, 25th-27th.";
theExtraInfo[14] = "";
theExtraInfo[15] = "Winter break is 12/21/2009 through 01/01/2010.";
theExtraInfo[16] = "No School!";
theExtraInfo[17] = "Welcome back!<br>All students are expected to be present.";
theExtraInfo[18] = "No school today!";
theExtraInfo[19] = "No school today!";
theExtraInfo[20] = "";
theExtraInfo[21] = "Spring Break is 03/15/2010 through 03/19/2010.";
theExtraInfo[22] = "No school today!";
theExtraInfo[23] = "";
theExtraInfo[24] = "4:00 PM at the National Hispanic Cultural Center";
theExtraInfo[25] = "Have a great summer!";
