<!-- // Hide the script

/*
 * eventcheck.js
 *
 * Checks the date and prints important events corresponding with those dates
 * Michael Lieberman, 2001
 *
 * Date::getYear() fix
 */

// Constants
var MAX_ELEM   = 400; // The maximum number of events that the array can hold
var START_TIME = 0;   // The time to begin displaying events (24hr)
var END_TIME   = 24;  // The time to stop displaying events  (24hr)

var now = new Date();
if(now.getHours() >= START_TIME && now.getHours() < END_TIME)
{

/* Events is the two dimensional array holding the dates and events.
 * For any given i (under MAX_ELEM):
 *   Events[i][0] is the starting date string
 *   Events[i][1] is the ending date string
 *   Events[i][2] is the event string
 */
var Events = new Array(MAX_ELEM);

// "@" will be the string to flag the unfilled items
for(i=0; i<MAX_ELEM; i++)
{
   Events[i] = new Array(5);
   Events[i][0] = "@";
   Events[i][1] = "@";
   Events[i][2] = "@";
   Events[i][3] = "@";
   Events[i][4] = "@";
}

/* Manually fill in the dates / events.  I wanted to read from a text file
 *   but Javascript would not allow me...
 *
 * To add a new event, add five lines.  Examples:
 *   Events[0][0] = '10/31/2001';
 *   Events[0][1] = '10/31/2001';
 *   Events[0][2] = 'headline';
 *   Events[0][3] = 'link';
 *   Events[0][4] = 'blurb';
 *
 * Time the event will be displayed:  Starting on Events[n][0],
 *                                    Ending at the end of the day Events[n][1]
 *
 * The event name can also have HTML tags.
 * The order in which events are entered does not matter.  The events will be
 *   displayed on the page (if the date is in the valid range) in whatever
 *   order they are in in the array.
 */

Events[0][0]   = '8/1/2009';
Events[0][1]   = '8/15/2009';
Events[0][2]   = '8/15 - Fall Sports Tryouts/Practices Begin';
Events[0][3]   = '/schools/wjhs/athletics/tryouts.shtm#fallt';
Events[0][4]   = '';

Events[1][0]   = '8/16/2009';
Events[1][1]   = '8/22/2009';
Events[1][2]   = '8/22 - First Day of Ramadan';
Events[1][3]   = '';
Events[1][4]   = '';

Events[2][0]   = '8/18/2009';
Events[2][1]   = '8/24/2009';
Events[2][2]   = '8/24 - Teachers Return';
Events[2][3]   = '';
Events[2][4]   = '';

Events[3][0]   = '8/19/2009';
Events[3][1]   = '8/25/2009';
Events[3][2]   = '8/25 - Fall Sports Team Pictures';
Events[3][3]   = '';
Events[3][4]   = '';

Events[4][0]   = '8/20/2009';
Events[4][1]   = '8/26/2009';
Events[4][2]   = '8/26 - Pep Band Rehearsal, 3:00-5:00 p.m.';
Events[4][3]   = '';
Events[4][4]   = '';

Events[5][0]   = '8/20/2009';
Events[5][1]   = '8/26/2009';
Events[5][2]   = '8/26-27 New Student Picnic &amp; Freshman Orientation';
Events[5][3]   = '/schools/wjhs/orgs/classes/fresh/';
Events[5][4]   = 'Picnic begins at 6:00 p.m. Rising APEX and Minority Scholars students and parents should attend their respective meetings at 7:00 p.m.';

Events[6][0]   = '8/27/2009';
Events[6][1]   = '8/27/2009';
Events[6][2]   = '8/27 Freshman Orientation';
Events[6][3]   = '/schools/wjhs/information/bells/orientation.shtm';
Events[6][4]   = '';

Events[7][0]   = '8/21/2009';
Events[7][1]   = '8/27/2009';
Events[7][2]   = '8/27 <i>Big Train</i> Submission Deadline';
Events[7][3]   = '/schools/wjhs/orgs/ptsa/bigtrain/submit.html';
Events[7][4]   = '';

Events[8][0]   = '8/21/2009';
Events[8][1]   = '8/27/2009';
Events[8][2]   = '8/27 - Fall Sports Parent/Coaches Meeting, 7:00-9:00 p.m. Cafeteria';
Events[8][3]   = '';
Events[8][4]   = '';

Events[9][0]   = '8/24/2009';
Events[9][1]   = '8/30/2009';
Events[9][2]   = '8/30 - Senior Shed Painting and Picnic, 5:00-8:00 p.m. - WJ Field';
Events[9][3]   = '/schools/wjhs/orgs/classes/senior/auglet.pdf';
Events[9][4]   = '';

Events[10][0]   = '8/27/2009';
Events[10][1]   = '8/31/2009';
Events[10][2]   = '8/31 - Fall Classes Begin for UMCP Young Scholars Program';
Events[10][3]   = '/schools/wjhs/umcp_scholars/';
Events[10][4]   = '';

Events[11][0]   = '9/1/2009';
Events[11][1]   = '9/5/2009';
Events[11][2]   = '9/1-9/5 - 1st Semester Parking Permit Applications Accepted';
Events[11][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[11][4]   = 'Click the above link for information and registration forms.';

Events[12][0]   = '8/26/2009';
Events[12][1]   = '9/1/2009';
Events[12][2]   = '9/1 - WJ Crew Parent/Rower Information Meeting, 7:30 p.m. - Cafeteria';
Events[12][3]   = '';
Events[12][4]   = '';

Events[13][0]   = '8/27/2009';
Events[13][1]   = '9/2/2009';
Events[13][2]   = '9/2 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[13][3]   = 'http://www.wjedfoundation.org';
Events[13][4]   = '';

Events[14][0]   = '8/29/2009';
Events[14][1]   = '9/4/2009';
Events[14][2]   = '9/4 - GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[14][3]   = 'orgs/ptsa/guidance/';
Events[14][4]   = '';

Events[15][0]   = '8/30/2009';
Events[15][1]   = '9/4/2009';
Events[15][2]   = '9/4 - Fall Sports Pep Rally - Special Bell Schedule';
Events[15][3]   = '/schools/wjhs/information/bells/assembly.shtm';
Events[15][4]   = '';

//Events[8][0]   = '8/29/2009';
//Events[8][1]   = '9/4/2009';
//Events[8][2]   = '9/4 - WJ S*T*A*G*E Informational Meeting for new and returning cast & crew, 2:20 p.m. - Room 191';
//Events[8][3]   = '';
//Events[8][4]   = '';

Events[16][0]   = '8/29/2009';
Events[16][1]   = '9/4/2009';
Events[16][2]   = '9/4 - SGA Orientation for Freshman Officer Candidates during lunch - Room 148';
Events[16][3]   = '';
Events[16][4]   = '';
/*
Events[13][0]   = '9/4/2008';
Events[13][1]   = '9/10/2008';
Events[13][2]   = '9/10 - MSP Welcome Back Social during lunch';
Events[13][3]   = '';
Events[13][4]   = '';
*/
/*
Events[17][0]   = '9/3/2009';
Events[17][1]   = '9/9/2009';
Events[17][2]   = '9/9 - Booster Club Meeting, 7:30 p.m. - Media Center';
Events[17][3]   = '/schools/wjhs/orgs/booster/';
Events[17][4]   = '';

Events[17][0]   = '9/4/2009';
Events[17][1]   = '9/10/2009';
Events[17][2]   = '9/10 - Rich Edgar of St. Mary\'s College Meets Seniors Pds 1-4 about College Essays';
Events[17][3]   = '';
Events[17][4]   = '';

Events[18][0]   = '9/4/2009';
Events[18][1]   = '9/10/2009';
Events[18][2]   = '9/10 - MSP Leadership Retreat - 4th through 5th Periods - Room 147';
Events[18][3]   = '';
Events[18][4]   = '';
*/
Events[18][0]   = '9/5/2009';
Events[18][1]   = '9/11/2009';
Events[18][2]   = '9/11 - S*T*A*G*E <i>King Lear</i> Auditions';
Events[18][3]   = '';
Events[18][4]   = '';

Events[19][0]   = '9/6/2009';
Events[19][1]   = '9/12/2009';
Events[19][2]   = '9/12 - ACT Test <i>Not at WJ</i>';
Events[19][3]   = '/schools/wjhs/studserve/career/ACTs.shtm';
Events[19][4]   = '';

Events[20][0]   = '9/6/2009';
Events[20][1]   = '9/12/2009';
Events[20][2]   = '9/12 - Girls Soccer <i>Big Train</i> Soccerfest at WJ Stadium';
Events[20][3]   = '/schools/wjhs/athletics/gsoccer/';
Events[20][4]   = '';

Events[21][0]   = '9/1/2009';
Events[21][1]   = '9/14/2009';
Events[21][2]   = '9/14 - UMCP Recruiter Visits WJ Pds 2-3 - Auditorium';
Events[21][3]   = '/schools/wjhs/studserve/career/visitors.shtm';
Events[21][4]   = 'Senior and juniors are welcome to attend the session. Students must sign-up 3 days in advance and get teacher permission. Click the above link to schedule an appointment';

Events[22][0]   = '9/9/2009';
Events[22][1]   = '9/17/2009';
Events[22][2]   = '9/15-9/18 - Parking Permit list posted and permits distributed';
Events[22][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[22][4]   = 'Click the above link for information';

Events[23][0]   = '9/9/2009';
Events[23][1]   = '9/15/2009';
Events[23][2]   = '9/15 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[23][3]   = '';
Events[23][4]   = 'Access to the Media Center is ONLY from the hallway coming from the direction of the cafeteria/auditorium';

Events[24][0]   = '9/10/2009';
Events[24][1]   = '9/16/2009';
Events[24][2]   = '9/16 - First Day for Senior Transcript Requests';
Events[24][3]   = '';
Events[24][4]   = '';

Events[25][0]   = '9/10/2009';
Events[25][1]   = '9/17/2009';
Events[25][2]   = '9/16-9/17 - Counselors in Sr. English - College Applications';
Events[25][3]   = '';
Events[25][4]   = '';
/*
Events[26][0]   = '9/10/2009';
Events[26][1]   = '9/17/2009';
Events[26][2]   = '9/16-17 - Underclass Photo Days';
Events[26][3]   = 'http://blantonstudio.hjclix.com/';
Events[26][4]   = 'Bring in a completed order form (distributed 9/14) on picture day with your payment or order online, after picture day, by clicking the ' +
                  'above link. Students who did not receive an order form should check with their 1st period teachers or Ms Behrens in Rm G85';
*/
Events[26][0]   = '9/17/2009';
Events[26][1]   = '10/31/2009';
Events[26][2]   = 'Underclass Photo Online Orders Accepted';
Events[26][3]   = 'http://blantonstudio.hjclix.com/';
Events[26][4]   = 'Online Ordering Information for photos taken 9/16-17: Anyone who did not order a portrait package on picture day by turning in their order form/envelope with payment ' +
                  'will receive a proof of the portrait that was taken. After you receive a proof, you can either place an order online, by clicking the above link, with the supplied ' +
                  'password or mail in an order. ' +
                  'Note: No proofs will be sent home from portraits taken on make-up day. If you have any questions please call Blanton Studios at 301-840-8044';

Events[27][0]   = '9/11/2008';
Events[27][1]   = '9/17/2008';
Events[27][2]   = '9/17 - Minority Scholars Parent Meeting, 7:00 p.m. - Cafeteria';
Events[27][3]   = '/schools/wjhs/msp/';
Events[27][4]   = '';

Events[28][0]   = '9/12/2009';
Events[28][1]   = '9/18/2009';
Events[28][2]   = '9/18 - Freshman Class Officer &amp; SGA Student Assembly Elections';
Events[28][3]   = '';
Events[28][4]   = '';

Events[29][0]   = '9/18/2009';
Events[29][1]   = '9/18/2009';
Events[29][2]   = '9/18 - Last Day for Parking Permit Pick-Up';
Events[29][3]   = '';
Events[29][4]   = '';

Events[30][0]    = '9/12/2009';
Events[30][1]    = '9/18/2009';
Events[30][2]    = '9/18 - Rosh Hashanah Begins at Sunset. No school activities after 4:00 p.m.';
Events[30][3]   = '';
Events[30][4]   = '';

Events[31][0]   = '9/15/2009';
Events[31][1]   = '9/21/2009';
Events[31][2]   = '9/21 - GAC Sponsors Senior Class Parent Meeting, 7:30 p.m. - Cafeteria';
Events[31][3]   = '/schools/wjhs/orgs/ptsa/guidance/srmtgsept.html';
Events[31][4]   = 'All senior parents are encouraged to attend. Click the above link for the agenda';

Events[32][0]   = '9/16/2009';
Events[32][1]   = '9/22/2009';
Events[32][2]   = '9/22 - <i>Big Train</i> Submission Deadline';
Events[32][3]   = '/schools/wjhs/orgs/ptsa/bigtrain/submit.html';
Events[32][4]   = '';

Events[33][0]   = '9/16/2009';
Events[33][1]   = '9/22/2009';
Events[33][2]   = '9/22 - Senior Class Assembly/Photo during 4th period';
Events[33][3]   = '';
Events[33][4]   = '';


Events[34][0]   = '9/17/2009';
Events[34][1]   = '9/23/2009';
Events[34][2]   = '9/23 - WJ Crew Night at Silver Diner, 5:00-8:00 p.m. - Rockville'; 
Events[34][3]   = '';
Events[34][4]   = 'All you have to do is eat, and Silver Diner will donate 20% of your bill to the WJHS Crew Team.';

Events[35][0]   = '9/18/2009';
Events[35][1]   = '9/24/2009';
Events[35][2]   = '9/24 - MSP All-Grade meeting during lunch, Room 174';
Events[35][3]   = '';
Events[35][4]   = '';

Events[36][0]   = '9/12/2009';
Events[36][1]   = '9/25/2009';
Events[36][2]   = '9/25 - Summer SSL Forms Due to Ms. Maletz';
Events[36][3]   = '/schools/wjhs/ssl/';
Events[36][4]   = '';

Events[37][0]   = '9/13/2009';
Events[37][1]   = '9/26/2009';
Events[37][2]   = '9/26 - <i>It\'s Academic</i> First Round Taping, 10:30 a.m. at WRC TV 4';
Events[37][3]   = '';
Events[37][4]   = '';
/*
Events[31][0]   = '9/23/2008';
Events[31][1]   = '9/29/2008';
Events[31][2]   = '9/29 - No Homework Assigned Today To Be Due Wednesday';
Events[31][3]   = '';
Events[31][4]   = '';
*/
Events[38][0]   = '9/23/2009';
Events[38][1]   = '10/1/2009';
Events[38][2]   = '9/29-10/1 - Counselors in English Classes - PSAT';
Events[38][3]   = '';
Events[38][4]   = '';

Events[39][0]   = '9/28/2009';
Events[39][1]   = '10/5/2009';
Events[39][2]   = '10/5 - Interims Mailed';
Events[39][3]   = '';
Events[39][4]   = '';
 
Events[40][0]   = '9/28/2009';
Events[40][1]   = '10/5/2009';
Events[40][2]   = '10/5 - GAC Sponsors Junior Class Parent Meeting, 7:30 p.m. - Cafeteria';
Events[40][3]   = '/schools/wjhs/orgs/ptsa/guidance/jrmtgsept.html';
Events[40][4]   = 'All junior parents are encouraged to attend. Click the above link for the agenda';

Events[41][0]   = '9/30/2009';
Events[41][1]   = '10/7/2009';
Events[41][2]   = '10/6-10/7 Counselors in 9th Grade Social Studies Classes for 9th Grade Counts';
Events[41][3]   = '';
Events[41][4]   = '';

Events[42][0]   = '10/1/2009';
Events[42][1]   = '10/7/2009';
Events[42][2]   = '10/7 - International Walk to School Day';
Events[42][3]   = '';
Events[42][4]   = '';

Events[43][0]   = '10/1/2009';
Events[43][1]   = '10/7/2009';
Events[43][2]   = '10/7 - Debate League Tournament after school - Churchill HS';
Events[43][3]   = '/schools/wjhs/orgs/debate/';
Events[43][4]   = '';

Events[44][0]   = '10/1/2009';
Events[44][1]   = '10/7/2009';
Events[44][2]   = '10/7 - PTSA Sponsors 10th Grade Parent Connection, 7:30 p.m. - Main Office Conf. Rm.';
Events[44][3]   = '';
Events[44][4]   = '';

Events[45][0]   = '10/1/2009';
Events[45][1]   = '10/7/2009';
Events[45][2]   = '10/7 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[45][3]   = 'http://www.wjedfoundation.org';
Events[45][4]   = '';
/*
Events[42][0]   = '10/2/2008';
Events[42][1]   = '10/8/2008';
Events[42][2]   = '10/8 - No Homework Assigned Today To Be Due Friday';
Events[42][3]   = '';
Events[42][4]   = '';
*/
Events[46][0]   = '10/3/2009';
Events[46][1]   = '10/9/2009';
Events[46][2]   = '10/9 - GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[46][3]   = '/schools/wjhs/orgs/ptsa/guidance/';
Events[46][4]   = '';
/*
Events[47][0]   = '10/4/2009';
Events[47][1]   = '10/10/2009';
Events[47][2]   = '10/10 - SAT Test <i>NOT at WJ</i>'; 
Events[47][3]   = '/schools/wjhs/studserve/career/SATs.shtm';
Events[47][4]   = '';

Events[48][0]   = '10/4/2009';
Events[48][1]   = '10/10/2009';
Events[48][2]   = '10/10 - WJ <i>It\'s Academic</i> 1st round match airs, 9:30 a.m. - WRC Channel 4'; 
Events[48][3]   = '';
Events[48][4]   = '';
*/
Events[47][0]   = '10/12/2009';
Events[47][1]   = '11/7/2009';
Events[47][2]   = 'WJ Crew Citrus Sale Now In Progress'; 
Events[47][3]   = '/schools/wjhs/information/fundraising/crew_citrus_sale.pdf';
Events[47][4]   = 'Click the above link to order by the November 7th Deadline';

Events[48][0]   = '10/6/2009';
Events[48][1]   = '10/12/2009';
Events[48][2]   = '10/12 - Golf - Divisional Playoff vs. B-CC, 3:00 p.m. - Northwest Park GC'; 
Events[48][3]   = '';
Events[48][4]   = '';

Events[49][0]   = '10/6/2009';
Events[49][1]   = '10/12/2009';
Events[49][2]   = '10/12 - GAC Sponsors Sophomore Class Parent Meeting, 7:30 p.m. - Cafeteria';
Events[49][3]   = '/schools/wjhs/orgs/ptsa/guidance/somtgoct.html';
Events[49][4]   = 'All sophomore parents are encouraged to attend. Click the above link for the agenda';

Events[50][0]   = '10/7/2009';
Events[50][1]   = '10/13/2009';
Events[50][2]   = '10/13 - No Homework Assigned Today To Be Due Tomorrow';
Events[50][3]   = '';
Events[50][4]   = '';

Events[51][0]   = '10/7/2009';
Events[51][1]   = '10/13/2009';
Events[51][2]   = '10/13 - Permission Slip Deadline for College Expos College Fair';
Events[51][3]   = '/schools/wjhs/studserve/career/college_expo_fair.pdf';
Events[51][4]   = '';

Events[52][0]   = '10/2/2009';
Events[52][1]   = '10/15/2009';
Events[52][2]   = '10/13-10/15 - Senior Portrait Make-up Dates';
Events[52][3]   = '/schools/wjhs/orgs/windup/announcements.shtm';
Events[52][4]   = 'Seniors, this is your LAST CHANCE to get your pictures in the yearbook. Click the above link ' +
                  'for more information';

Events[53][0]   = '10/8/2009';
Events[53][1]   = '10/14/2009';
Events[53][2]   = '10/14 - Support WJ Field Hockey at The Wing Hub, 6:00-9:30 p.m.';
Events[53][3]   = '';
Events[53][4]   = 'Mention WJ Field Hockey at The Wing Hub, 4914 Cordell Ave, and a portion of the proceeds will support the team.';

Events[54][0]   = '10/8/2009';
Events[54][1]   = '10/14/2009';
Events[54][2]   = '10/14 - WJ Hosts Cal Tech Orientation for Prospective Students, 7:00 p.m. - Auditorium';
Events[54][3]   = '';
Events[54][4]   = '';

Events[55][0]   = '10/8/2009';
Events[55][1]   = '10/14/2009';
Events[55][2]   = '10/14 - WJ Booster Club Meeting, 7:30 p.m. - WJ Media Center';
Events[55][3]   = '';
Events[55][4]   = '';

Events[56][0]   = '10/9/2009';
Events[56][1]   = '10/15/2009';
Events[56][2]   = '10/15 PTSA Sponsors 11th Grade Parent Connection, 7:30 p.m. - Main Office Conf. Rm.';
Events[56][3]   = '';
Events[56][4]   = '';

Events[57][0]   = '10/14/2009';
Events[57][1]   = '10/20/2009';
Events[57][2]   = '10/20 - College Expos Fair in Germantown';
Events[57][3]   = 'http://www.collegeexpos.com/resources/F08_Germantown.php';
Events[57][4]   = '';

Events[58][0]   = '10/14/2009';
Events[58][1]   = '10/20/2009';
Events[58][2]   = '10/20 - SGA Student Assembly Meets During 4th Period - Student Commons';
Events[58][3]   = '';
Events[58][4]   = '';

Events[59][0]   = '10/14/2009';
Events[59][1]   = '10/20/2009';
Events[59][2]   = '10/20 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[59][3]   = 'orgs/ptsa/';
Events[59][4]   = '';

Events[60][0]   = '10/15/2009';
Events[60][1]   = '10/21/2009';
Events[60][2]   = '10/21 - APEX Forms D &amp; E Due';
Events[60][3]   = '/schools/wjhs/depts/apex/application/';
Events[60][4]   = 'These forms, part of the APEX Scholars application packet, can be found online by clicking the above link';

Events[61][0]   = '10/15/2009';
Events[61][1]   = '10/21/2009';
Events[61][2]   = '10/21 - SGA Blood Drive for students, parents and staff';
Events[61][3]   = '/schools/wjhs/orgs/sga/blood.shtm';
Events[61][4]   = 'Click the above link for more information and the student permission form required for 16 year olds. Appointments can be scheduled in the Student ' +
                  'Commons during lunch or by <a href="javascript: email(\'blooddrive\', \'walterjohnson.com\');">email to Mr. Atencio</a>';

Events[62][0]   = '10/15/2009';
Events[62][1]   = '10/21/2009';
Events[62][2]   = '10/21 - WJ Crew Night at Five Guys, 5:00-8:00 p.m.';
Events[62][3]   = '';
Events[62][4]   = 'Mention WJ Crew and 20% of the proceeds will benefit the team at Montgomery Auto Park Five Guys. Allergy alert: Five Guys serves peanuts in bulk containers!';

Events[63][0]   = '10/15/2009';
Events[63][1]   = '10/21/2009';
Events[63][2]   = '10/21 - PTSA Sponsors 9th Grade Parent Connection, 7:30 p.m. - Main Office Conf. Rm.';
Events[63][3]   = '';
Events[63][4]   = '';
/*
Events[64][0]   = '10/16/2009';
Events[64][1]   = '10/22/2009';
Events[64][2]   = '10/22 - WJ Music Night at Noodles &amp; Company 5:00-8:00 p.m.';
Events[64][3]   = '/schools/wjhs/depts/music/noodles.pdf';
Events[64][4]   = '100% of the proceeds will benefit WJ Music at the NEW Noodles &amp; Company at Montgomery Mall! Click the above link for more information.';
*/
Events[64][0]   = '10/17/2009';
Events[64][1]   = '10/23/2009';
Events[64][2]   = '10/23 - Underclass Pictures Make-Up Day';
Events[64][3]   = '';
Events[64][4]   = 'Underclassmen who did not have their pictures taken in September should take advantage of this opportunity';

Events[65][0]   = '10/17/2009';
Events[65][1]   = '10/23/2009';
Events[65][2]   = '10/23 - Asian Caf&#232 During Lunch - Student Commons';
Events[65][3]   = '';
Events[65][4]   = '';
/*
Events[66][0]   = '10/18/2009';
Events[66][1]   = '10/24/2009';
Events[66][2]   = '10/24 - ACT Test at WJ';
Events[66][3]   = '/schools/wjhs/studserve/career/ACTs.shtm';
Events[66][4]   = '';

Events[67][0]   = '10/18/2009';
Events[67][1]   = '10/24/2009';
Events[67][2]   = '10/24 - Cross Country MCPS Championships at Gaithersburg HS, 9:00 a.m.';
Events[67][3]   = '';
Events[67][4]   = '';
*/
Events[66][0]   = '10/22/2009';
Events[66][1]   = '10/28/2009';
Events[66][2]   = '10/28 - APEX Forms A, B, &amp; C Due to Current School Staff and Form F Due to WJ (if applicable)';
Events[66][3]   = '/schools/wjhs/depts/apex/application/';
Events[66][4]   = '';

Events[67][0]   = '10/23/2009';
Events[67][1]   = '10/29/2009';
Events[67][2]   = '10/29 - PTSA Sponsors 12th Grade Parent Connection, 7:30 p.m. - Main Office Conf. Rm.';
Events[67][3]   = '';
Events[67][4]   = '';

Events[68][0]   = '10/24/2009';
Events[68][1]   = '10/30/2009';
Events[68][2]   = '10/30 - "Bad Day to be a Pumpkin" at WJ - Special Bell Schedule';
Events[68][3]   = '/schools/wjhs/information/bells/pumpkin.shtm';
Events[68][4]   = '';

Events[69][0]   = '10/24/2009';
Events[69][1]   = '10/30/2009';
Events[69][2]   = '10/30 - 1st Marking Period Ends';
Events[69][3]   = '';
Events[69][4]   = '';
/*
Events[70][0]   = '10/17/2009';
Events[70][1]   = '10/30/2009';
Events[70][2]   = '11/3 - Unpaid Senior Dues Rise to $70 during 2nd Marking Period. Pay NOW!';
Events[70][3]   = '/schools/wjhs/orgs/classes/senior/dues.shtm';
Events[70][4]   = 'Click the above link for more information';
*/
Events[70][0]   = '10/28/2009';
Events[70][1]   = '11/15/2009';
Events[70][2]   = '11/2-16 - Music Department Cheesecake Fundraiser'; 
Events[70][3]   = '';
Events[70][4]   = 'The WJ Music Department is having their annual cheesecake fundraiser from Nov. 2nd - Nov. 16th. Cheesecake orders are due by Monday, Nov. 16th. Students are expected to ' +
                  'pick up their cheesecake orders from the music suite on Friday, December 11th (from 3pm-7pm) and deliver them to their customers.<br><br>' +
                  'Cheesecakes are made commercially from Sweetz Cheesecakes in Gaithersburg and come in various flavors from Classic, Raspberry Swirl, Fudge, Cookies & Cream, Chocolate, ' +
                  'Pumpkin and for the non-cheesecake lovers, carrot cake is also available. They make a great gift for the holidays, your work parties or to have while enjoying some ' +
                  'quality time with family and friends.<br><br>Any music student would be happy to take your order.  Thank you in advance for your continued support of the music department! ';

Events[71][0]   = '10/30/2009';
Events[71][1]   = '11/2/2009';
Events[71][2]   = '11/3 - Field Hockey Playoff at B-CC, 3:00 p.m.';
Events[71][3]   = '';
Events[71][4]   = '';

Events[72][0]   = '10/31/2009';
Events[72][1]   = '11/2/2009';
Events[72][2]   = '11/3 - Girls Boys Soccer Playoffs at Blair, 5:00';
Events[72][3]   = '';
Events[72][4]   = '';
/*
Events[73][0]   = '10/31/2009';
Events[73][1]   = '11/2/2009';
Events[73][2]   = '11/3 - Boys Soccer Playoffs at Northwest, 7:00 p.m.';
Events[73][3]   = '';
Events[73][4]   = '';
*/
Events[73][0]   = '10/29/2009';
Events[73][1]   = '11/4/2009';
Events[73][2]   = '11/4 - Debate League Tournament after school - Churchill HS';
Events[73][3]   = '/schools/wjhs/orgs/debate/';
Events[73][4]   = '';

Events[74][0]   = '10/29/2009';
Events[74][1]   = '11/4/2009';
Events[74][2]   = '11/4 - WJ Ed Foundation Meeting, 7:30 p.m. - Media Center';
Events[74][3]   = 'http://www.wjedfoundation.org';
Events[74][4]   = '';

Events[75][0]   = '10/30/2009';
Events[75][1]   = '11/5/2009';
Events[75][2]   = '11/5 - Permission Deadline for Hispanic College Fair Field Trip';
Events[75][3]   = '/schools/wjhs/studserve/career/hispanic_fair.pdf';
Events[75][4]   = '';

Events[76][0]   = '10/30/2009';
Events[76][1]   = '11/5/2009';
Events[76][2]   = '11/5 - French Caf&#232 during lunch - Student Commons';
Events[76][3]   = '';
Events[76][4]   = '';

Events[77][0]   = '10/30/2009';
Events[77][1]   = '11/5/2009';
Events[77][2]   = '11/5 - Cross Country Regional Championships at Watkins Mill, 3:00 p.m.';
Events[77][3]   = '';
Events[77][4]   = '';

Events[78][0]   = '10/31/2009';
Events[78][1]   = '11/6/2009';
Events[78][2]   = '11/6 - Free Cake at Lunch for Walter Johnson\'s 122nd Birthday!'; 
Events[78][3]   = '';
Events[78][4]   = '';

Events[79][0]   = '11/1/2009';
Events[79][1]   = '11/7/2009';
Events[79][2]   = '11/7 - SAT Test at WJ';
Events[79][3]   = '/schools/wjhs/studserve/career/sats.shtm';
Events[79][4]   = '';

Events[80][0]   = '11/1/2009';
Events[80][1]   = '11/7/2009';
Events[80][2]   = '11/7 - Forensics League Tournament, 8:00 a.m. - Blake HS';
Events[80][3]   = '';
Events[80][4]   = '';

Events[81][0]   = '11/3/2009';
Events[81][1]   = '11/9/2009';
Events[81][2]   = '11/9 - Free Hispanic College Fair Information Session, 7-8:30 p.m.';
Events[81][3]   = '';
Events[81][4]   = 'The session for Parents and Students will be at the Universities at Shady Grove Campus, Bldg 2 Room 1022. 9630 Gudelsky Dr, Rockville';

Events[82][0]   = '11/4/2009';
Events[82][1]   = '11/10/2009';
Events[82][2]   = '11/10 - Hispanic College Fair Field Trip';
Events[82][3]   = '/schools/wjhs/studserve/career/hispanic_fair.pdf';
Events[82][4]   = '';

Events[83][0]   = '11/4/2009';
Events[83][1]   = '11/10/2009';
Events[83][2]   = '11/10 - SGA Student Assembly Meets During 5th Period - Student Commons';
Events[83][3]   = '';
Events[83][4]   = '';

Events[84][0]   = '11/9/2009';
Events[84][1]   = '11/11/2009';
Events[84][2]   = '11/11 - Girls Volleyball Playoff at Gaithersburg, Time TBA';
Events[84][3]   = '';
Events[84][4]   = 'Tickets for MPSSAA Regional competitions are $5 per person. WJ season passes are not accepted at playoff games.';

Events[85][0]   = '10/29/2009';
Events[85][1]   = '11/12/2009';
Events[85][2]   = '11/12 - "Nothing But Nets" Tournament to Help Prevent Malaria';
Events[85][3]   = '';
Events[85][4]   = 'If you can\'t make the tournament, we would appreciate a donation to the charity through our Netraiser Team. Please remember, a ten dollar donation saves '+ 
                  'an entire family. Visit <a href="http://www.mynothingbutnets.net/walterjohnson09?SID=2399907 " target=_blank">www.mynothingbutnets.net/walterjohnson09?SID=2399907 </a> to make ' +
                  'a donation. <a href="http://sportsillustrated.cnn.com/2006/writers/rick_reilly/04/25/reilly0501/" target="_blank">This column by award-winning sports columnist Rick ' +
                  'Reilly</a> explains the importance of the issue. Thanks for your support!';
/*
Events[86][0]   = '11/6/2009';
Events[86][1]   = '11/12/2009';
Events[86][2]   = '11/12 - Minority Scholars Financial Aid &amp; Scholarship Night, 7:00 p.m. - Cafeteria';
Events[86][3]   = '';
Events[86][4]   = '';
*/
Events[87][0]   = '11/7/2009';
Events[87][1]   = '11/13/2009';
Events[87][2]   = '11/13 - GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[87][3]   = '/schools/wjhs/orgs/ptsa/guidance/';
Events[87][4]   = '';

Events[88][0]   = '10/31/2009';
Events[88][1]   = '11/15/2009';
Events[88][2]   = 'WJ S*T*A*G*E Presents <i>King Lear</i><br>' +
                  'November 13-15 &amp; November 20-21 - WJ Auditorium<br><a href="https://wjstage.ticketleap.com/member/list_events.aspx?event_company_id=28C0DA6A-965F-468D-A1A8-FD8E76D5BB4&">Click here to buy tickets</a>!';
Events[88][3]   = '';
Events[88][4]   = '';

Events[89][0]   = '11/8/2009';
Events[89][1]   = '11/14/2009';
Events[89][2]   = '11/14 - Winter Sports Begin';
Events[89][3]   = '';
Events[89][4]   = '';
/*
Events[90][0]   = '11/6/2009';
Events[90][1]   = '11/14/2009';
Events[90][2]   = '11/14 - Cross Country State Championships, 10:00 a.m. - Hereford HS';
Events[90][3]   = '/schools/wjhs/athletics/crosscountry/state_directions.shtm';
Events[90][4]   = '';

Events[91][0]   = '11/1/2009';
Events[91][1]   = '11/14/2009';
Events[91][2]   = '11/14 - Writing Sample for ALL APEX applicants, 10:00 a.m. - WJ Auditorium';
Events[91][3]   = '';
Events[91][4]   = 'APEX applicants for the 2010-2011 school year are required to attend this writing session. No preparation is required.';
*/
Events[90][0]   = '11/16/2009';
Events[90][1]   = '11/16/2009';
Events[90][2]   = '11/16 - Last Day of Music Department Cheesecake Fundraiser'; 
Events[90][3]   = '';
Events[90][4]   = '';

Events[91][0]   = '11/1/2009';
Events[91][1]   = '11/16/2009';
Events[91][2]   = '11/16 - Private School Transitional Meeting for Rising 9th Grade Students 2010, 7:00 p.m. - 10405 Snow Point Dr, Bethesda 20814';
Events[91][3]   = '/schools/wjhs/information/private_school.pdf';
Events[91][4]   = 'Students currently attending private schools and their parents are invited to this session to learn about the high school experience at WJ';

Events[92][0]   = '11/11/2009';
Events[92][1]   = '11/17/2009';
Events[92][2]   = '11/17 - <i>Big Train</i> Submission Deadline';
Events[92][3]   = '/schools/wjhs/orgs/ptsa/bigtrain/submit.html';
Events[92][4]   = '';

Events[93][0]   = '11/11/2009';
Events[93][1]   = '11/17/2009';
Events[93][2]   = '11/17 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[93][3]   = '/schools/wjhs/orgs/ptsa/';
Events[93][4]   = '';

Events[94][0]   = '11/7/2009';
Events[94][1]   = '11/18/2009';
Events[94][2]   = '11/18 - Parent &amp; Student Drug &amp; Alcohol Awareness Meeting, 7:00 p.m. - Cafeteria';
Events[94][3]   = '/schools/wjhs/orgs/ptsa/health_and_safety/drug_and_alcohol_awareness.pdf';
Events[94][4]   = '';

Events[95][0]   = '11/12/2009';
Events[95][1]   = '11/18/2009';
Events[95][2]   = '11/18 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[95][3]   = '/schools/wjhs/orgs/booster/';
Events[95][4]   = '';

Events[96][0]   = '11/7/2009';
Events[96][1]   = '11/20/2009';
Events[96][2]   = '11/20 - APEX Application Deadline';
Events[96][3]   = '';
Events[96][4]   = '';

Events[97][0]   = '11/16/2009';
Events[97][1]   = '11/20/2009';
Events[97][2]   = '11/20 - Field Hockey vs. Football Field Hockey Game, 2:15 p.m. ';
Events[97][3]   = '';
Events[97][4]   = 'Admission is $3 and all proceeds go to the KaBOOM Foundation whose vision is to create recreational areas within walking distance of every child in America.';

Events[98][0]   = '11/16/2009';
Events[98][1]   = '11/21/2009';
Events[98][2]   = 'WJ S*T*A*G*E Presents <i>King Lear</i>, 7:30 p.m.<br>' +
                  'November 20-21 - WJ Auditorium<br><a href="https://wjstage.ticketleap.com/member/list_events.aspx?event_company_id=28C0DA6A-965F-468D-A1A8-FD8E76D5BB4&">Click here to buy tickets</a>';
Events[98][3]   = '';
Events[98][4]   = '';

Events[99][0]   = '11/15/2009';
Events[99][1]   = '11/21/2009';
Events[99][2]   = '11/21 - MCPS Cheerleading Competition - Blair HS - Doors Open at 9:00 a.m.';
Events[99][3]   = '';
Events[99][4]   = 'Tickets are $4 and may be purchased in advance from any cheerleader or at the door.';

Events[100][0]   = '11/15/2009';
Events[100][1]   = '11/21/2009';
Events[100][2]   = '11/21 - Preparing for Success</i> Seminar for Girls, 10:00 a.m. - 4:00 p.m. - MC Rockville';
Events[100][3]   = 'http://www.preparingforsuccess.org/';
Events[100][4]   = 'This free seminar, sponsored by the Women\'s Bar Foundation, is for girls planning to attend college or enter the workforce. ' +
                  'Click the above link for more information and to sign-up to attend.';

Events[101][0]   = '11/18/2009';
Events[101][1]   = '11/24/2009';
Events[101][2]   = '11/24 - Winter Sports Parent Meeting, 7:00 p.m. - Cafeteria';
Events[101][3]   = '';
Events[101][4]   = '';

Events[102][0]   = '11/25/2009';
Events[102][1]   = '12/22/2009';
Events[102][2]   = '12/1-12/23 - SGA Canned Food Drive!';
Events[102][3]   = '';
Events[102][4]   = '';

Events[103][0]   = '11/1/2009';
Events[103][1]   = '12/5/2009';
Events[103][2]   = '12/5 - <i>A Night at the Museum</i> Gala, 8:00 p.m. - Ratner Museum'; 
Events[103][3]   = 'http://www.wjedfoundation.org';
Events[103][4]   = '';

Events[104][0]   = '11/20/2009';
Events[104][1]   = '12/7/2009';
Events[104][2]   = '12/7 - Registration deadline for ASVAB Aptitude Test';
Events[104][3]   = 'studserve/career/ASVAB_permission.pdf';
Events[104][4]   = 'Click the above link for information and registration form.';

Events[105][0]   = '11/20/2009';
Events[105][1]   = '12/7/2009';
Events[105][2]   = '12/7 - Financial Aid Night, 7:00 p.m. - Cafeteria';
Events[105][3]   = 'studserve/career/finaid.pdf';
Events[105][4]   = '';

Events[106][0]   = '12/8/2009';
Events[106][1]   = '12/10/2009';
Events[106][2]   = '12/10 - Counseling Services Administers ASVAB Aptitude Test, 7:20 a.m. - Cafeteria';
Events[106][3]   = 'studserve/career/ASVAB_permission.pd';
Events[106][4]   = 'Click the above link for information and registration form.';

Events[107][0]   = '12/23/2009';
Events[107][1]   = '12/23/2009';
Events[107][2]   = '12/23 - Last Day of SGA Canned Food Drive!';
Events[107][3]   = '';
Events[107][4]   = '';

/*
Events[19][0]   = '9/9/2008';
Events[19][1]   = '9/19/2008';
Events[19][2]   = '9/15-19 - Yearbook Sales outside room G84 during lunch &amp; after school';
Events[19][3]   = '';
Events[19][4]   = '';

//Events[86][0]   = '11/11/2008';
//Events[86][1]   = '11/17/2008';
//Events[86][2]   = '11/17 - Prom Breakfast Committee Meeting, 7:00 p.m. - Rm. 190';
//Events[86][3]   = '';
//Events[86][4]   = '';

//Events[90][0]   = '11/18/2008';
//Events[90][1]   = '11/25/2008';
//Events[90][2]   = '11/24-25 - One-Act Play auditions after school - Music Suite';
//Events[90][3]   = '';
//Events[90][4]   = '';

//Events[90][0]   = '11/22/2008';
//Events[90][1]   = '12/2/2008';
//Events[90][2]   = '12/2 - No Homework Assigned Today To Be Due Tomorrow';
//Events[90][3]   = '';
//Events[90][4]   = '';

//Events[91][0]   = '11/22/2008';
//Events[91][1]   = '12/2/2008';
//Events[91][2]   = '12/2 - Fall Sports Awards, 6:45 p.m. - Auditorium';
//Events[91][3]   = 'orgs/booster/spawards.html';
//Events[91][4]   = '';

Events[92][0]   = '11/27/2008';
Events[92][1]   = '12/3/2008';
Events[92][2]   = '12/3 - Debate League Tournament at Churchill HS after school';
Events[92][3]   = 'orgs/debate/';
Events[92][4]   = '';

Events[93][0]   = '11/27/2008';
Events[93][1]   = '12/3/2008';
Events[93][2]   = '12/3 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[93][3]   = 'http://www.wjedfoundation.org';
Events[93][4]   = '';

Events[94][0]   = '11/28/2008';
Events[94][1]   = '12/4/2008';
Events[94][2]   = '12/4 - MSP Leadership Retreat - 4th & 5th Periods';
Events[94][3]   = '';
Events[94][4]   = '';

Events[95][0]   = '11/28/2008';
Events[95][1]   = '12/4/2008';
Events[95][2]   = '12/4 - Madrigals Perform at Rockville Town Center, 7:30 p.m.';
Events[95][3]   = '';
Events[95][4]   = '';

Events[96][0]   = '11/29/2008';
Events[96][1]   = '12/5/2008';
Events[96][2]   = '12/1-5 Spirit Week Winter 2008-Monday: Blackout; Tuesday: Twin Day; Wednesday: Superhero Day; Thursday: Professional Day; ' +
                  'Friday: Color Wars - Seniors-Green, Juniors-Pink, Sophomores- White, Freshmen- Purple<br>' +
                  '12/5 - Winter Sports Pep Rally - <a href="information/bells/assembly.shtm">Special Bell Schedule</a>';
Events[96][3]   = '';
Events[96][4]   = '';
 
//Events[97][0]   = '11/30/2008';
//Events[97][1]   = '12/6/2008';
//Events[97][2]   = '12/6 - SAT Test <i>NOT at WJ</i>'; 
//Events[97][3]   = 'studserve/career/SATs.shtm';
//Events[97][4]   = '';

Events[97][0]   = '12/1/2008';
Events[97][1]   = '12/7/2008';
Events[97][2]   = '12/7 - Best Buddies Bowl-a-Rama, 10:00 a.m. - Strike Bethesda'; 
Events[97][3]   = 'orgs/sga/bowl-a-rama-signup.pdf';
Events[97][4]   = 'Click the above link for more information &amp; the sign-up sheet';

Events[98][0]   = '12/6/2008';
Events[98][1]   = '12/12/2008';
Events[98][2]   = '12/8-12 - Wizard\'s ticket sales at lunch to support the junior class'; 
Events[98][3]   = '';
Events[98][4]   = 'Watch the Washington Wizards take on the Philadelphia 76ers Friday December 19th, and support our Juniors. ' +
                  'The Junior Class is selling Wizard\'s tickets ($48 value) for $15.00 with ALL proceeds benefiting the Class directly. ' +
                  'Tickets will be sold during lunch under the clock, Monday, December 8th through Friday, December 12th.';

Events[99][0]   = '11/10/2009';
Events[99][1]   = '11/23/2009';
Events[99][2]   = '11/23 - Registration Deadline for GAC Sponsored SAT Practice Test';
Events[99][3]   = 'orgs/PTSA/guidance/practice_tests_registration.pdf';
Events[99][4]   = 'Click the above link for information and registration form.';

Events[102][0]   = '12/2/2008';
Events[102][1]   = '12/8/2008';
Events[102][2]   = '12/8 - Prom Breakfast Committee Meeting, 7:30 p.m. - Main Office Conf. Rm.';
Events[102][3]   = '';
Events[102][4]   = '';

Events[103][0]   = '12/4/2008';
Events[103][1]   = '12/10/2008';
Events[103][2]   = '12/10 - Interims Mailed';
Events[103][3]   = '';
Events[103][4]   = '';
 
//Events[104][0]   = '12/4/2008';
//Events[104][1]   = '12/10/2008';
//Events[104][2]   = '12/10 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
//Events[104][3]   = 'orgs/booster/';
//Events[104][4]   = '';

Events[105][0]   = '12/5/2008';
Events[105][1]   = '12/11/2008';
Events[105][2]   = '12/11 - No Homework Assigned Today To Be Due Tomorrow';
Events[105][3]   = '';
Events[105][4]   = '';

Events[107][0]   = '12/5/2008';
Events[107][1]   = '12/11/2008';
Events[107][2]   = '12/11 - WJ Night at Chipotle, 5:00-9:00 p.m. - Georgetown Square';
Events[107][3]   = '';
Events[107][4]   = '100% of proceeds from Chipotle\'s first night go directly to WJ!';
*/
Events[108][0]   = '12/5/2008';
Events[108][1]   = '12/11/2008';
Events[108][2]   = '12/11 - Winter Instrumental Concert, 7:30 p.m. - Auditorium';
Events[108][3]   = '';
Events[108][4]   = '';

Events[109][0]   = '12/6/2008';
Events[109][1]   = '12/12/2008';
Events[109][2]   = '12/12 - GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[109][3]   = 'orgs/ptsa/guidance/';
Events[109][4]   = '';

Events[110][0]   = '12/6/2008';
Events[110][1]   = '12/12/2008';
Events[110][2]   = '12/12 - Drug &amp; Alcohol Assembly - 3rd Period';
Events[110][3]   = '';
Events[110][4]   = '';

Events[111][0]   = '12/6/2008';
Events[111][1]   = '12/12/2008';
Events[111][2]   = '12/12 - National Honor Society Induction Rehearsal, 2:10 p.m.';
Events[111][3]   = '';
Events[111][4]   = '';

Events[112][0]   = '12/6/2008';
Events[112][1]   = '12/12/2008';
Events[112][2]   = '12/12 - WJ Performs at MCPS Gospel/Show Choir Festival, 3:50 p.m. - Sherwood HS';
Events[112][3]   = '';
Events[112][4]   = '';

Events[113][0]   = '12/6/2008';
Events[113][1]   = '12/12/2008';
Events[113][2]   = '12/12 - Music Dept Cheesecake Pick-up, 3:00-6:00 p.m. - Band Room';
Events[113][3]   = '';
Events[113][4]   = '';

//Events[114][0]   = '12/6/2008';
//Events[114][1]   = '12/12/2008';
//Events[114][2]   = '12/12 - WJ Hosts N. Bethesda MS Concert, 7:00 p.m. - Auditorium';
//Events[114][3]   = '';
//Events[114][4]   = '';

Events[114][0]   = '12/7/2008';
Events[114][1]   = '12/13/2008';
Events[114][2]   = '12/13 - ACT Test <i>Not at WJ</i></a>';
Events[114][3]   = 'studserve/career/ACTs.shtm';
Events[114][4]   = '';

Events[115][0]   = '11/24/2009';
Events[115][1]   = '12/5/2009';
Events[115][2]   = '12/5 - GAC Sponsors SAT Practice Test, 8:30 a.m. - Auditorium';
Events[115][3]   = 'orgs/PTSA/guidance/practice_tests_registration.pdf';
Events[115][4]   = 'Early registration deadline was 11/23 but walk-ins are accepted. Click the above link for information and registration form.';

//Events[116][0]   = '12/7/2008';
//Events[116][1]   = '12/13/2008';
//Events[116][2]   = '12/13 - WJ Performs at MCPS Jazz Ensemble Festival, 2:50 p.m. - Sherwood HS';
//Events[116][3]   = '';
//Events[116][4]   = '';

Events[116][0]   = '12/9/2008';
Events[116][1]   = '12/15/2008';
Events[116][2]   = '12/15 - National Science Honor Society Induction Rehearsal, 2:10 p.m.';
Events[116][3]   = '';
Events[116][4]   = '';

Events[117][0]   = '12/2/2008';
Events[117][1]   = '12/15/2008';
Events[117][2]   = '12/15 - National Honor Society Induction, 7:00 p.m. - Auditorium';
Events[117][3]   = '';
Events[117][4]   = '';

Events[118][0]   = '12/10/2008';
Events[118][1]   = '12/16/2008';
Events[118][2]   = '12/16 - "Darfur Now" Showing, 7:00 p.m. - Auditorium';
Events[118][3]   = 'WJ\'s Chapter of Amnesty International is presenting this free showing. There will be petitions to sign and numerous other ways to join the coalition for Darfur. ' +
                   'Snacks will be sold with all profits going to Save Darfur. The 98 minute film is rated PG and stars Hillary Clinton, George Clooney, Arnold Schwarzenegger and many ' +
                   'other prominent actors and activists. Click the above link for a complete summary of the film. Please help us make a difference!';
Events[118][4]   = 'http://www.imdb.com/title/tt0988102/plotsummary';

Events[119][0]   = '12/10/2008';
Events[119][1]   = '12/16/2008';
Events[119][2]   = '12/16 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[119][3]   = 'orgs/ptsa/';
Events[119][4]   = '';

Events[120][0]   = '12/11/2008';
Events[120][1]   = '12/17/2008';
Events[120][2]   = '12/17 - National History Day Exhibits, All Day - Media Center';
Events[120][3]   = '';
Events[120][4]   = '';

Events[121][0]   = '12/11/2008';
Events[121][1]   = '12/17/2008';
Events[121][2]   = '12/17 - National History Day Reception, 6:30-8:30 p.m. - Media Center';
Events[121][3]   = '';
Events[121][4]   = '';

Events[122][0]   = '12/11/2008';
Events[122][1]   = '12/17/2008';
Events[122][2]   = '12/17 - National Science Honor Society Induction, 7:00 p.m. - Auditorium';
Events[122][3]   = '';
Events[122][4]   = '';

Events[123][0]   = '12/5/2008';
Events[123][1]   = '12/18/2008';
Events[123][2]   = '12/18 - Parent/Student Meeting for PSAT Score Review, 7:00 p.m. - Cafeteria';
Events[123][3]   = '';
Events[123][4]   = '';

Events[124][0]   = '12/12/2008';
Events[124][1]   = '12/18/2008';
Events[124][2]   = '12/18 - Art Department Annual "Food Art" Contest and Canned Food Drive';
Events[124][3]   = '';
Events[124][4]   = '';

Events[125][0]   = '12/13/2008';
Events[125][1]   = '12/19/2008';
Events[125][2]   = '12/19 - Asian Café during lunch';
Events[125][3]   = '';
Events[125][4]   = '';
 
Events[126][0]   = '12/13/2008';
Events[126][1]   = '12/19/2008';
Events[126][2]   = '12/19 - <i>Show it Off</i> Singing & Dance Competition, 7:00 p.m. - Auditorium';
Events[126][3]   = '';
Events[126][4]   = '';
 
//Events[127][0]   = '12/15/2008';
//Events[127][1]   = '12/21/2008';
//Events[127][2]   = '12/21 - Hanukkah begins at sunset';
//Events[127][3]   = '';
//Events[127][4]   = '';

//Events[128][0]   = '12/17/2008';
//Events[128][1]   = '12/23/2008';
//Events[128][2]   = '12/23 - Alumni College Day for Seniors During English - Auditorium';
//Events[128][3]   = '';
//Events[128][4]   = '';

//Events[129][0]   = '12/17/2008';
//Events[129][1]   = '12/23/2008';
//Events[129][2]   = '12/23 - Activism Fair - Cafeteria';
//Events[129][3]   = '';
//Events[129][4]   = '';

//Events[130][0]   = '12/20/2008';
//Events[130][1]   = '12/26/2008';
//Events[130][2]   = '12/26 - Kwanzaa begins';
//Events[130][3]   = '';
//Events[130][4]   = '';

Events[127][0]   = '12/20/2008';
Events[127][1]   = '1/3/2009';
Events[127][2]   = 'Sports during Winter Break...';
Events[127][3]   = '';
//Events[127][4]   = '12/27 V Wrestling at Smithsburg Leopard Invitational, 8:00 a.m.<br>' +
//                   '12/27 JV Wrestling at Whitman Tournament, 8:00 a.m.<br>' +
//                   '12/27 Ice Hockey <a href="/schools/wjhs/orgs/hockey/Rod_Bower_Alumni_game.pdf">Rod Bower Memorial Game</a>, 7:00 p.m. - Rockville Ice Arena<br>' +
//                   '12/29 V Girls Basketball Howl-a-Day Tournament at Clarksburg, 12:00 p.m.<br>' +
//                   '12/29 V Boys Basketball Southern Maryland Holiday Tournament at Leonardtown, 4:30 p.m.<br>' +
//Events[127][4]   = '12/30 Indoor Track MCPS Developmental Meet at PG Sportsplex, 8:00 a.m.<br>' +
//                   '12/30 V Girls Basketball Tournament at Clarksburg, 12:00 p.m.<br>' +
//                   '12/30 V Boys Basketball Southern Maryland Holiday Tournament, 3:30 p.m.<br>' +
Events[127][4]   = '1/3 JV Wrestling at Wootton Tournament, 8:00 a.m.';

Events[128][0]   = '12/27/2008';
Events[128][1]   = '1/8/2009';
Events[128][2]   = '1/5-1/9 - 2nd Semester Parking Permit Applications Accepted';
Events[128][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[128][4]   = 'Click the above link for information and registration forms.';

Events[129][0]   = '12/30/2008';
Events[129][1]   = '1/5/2009';
Events[129][2]   = '1/5 - Prom Breakfast Committee Meeting, 7:30 p.m. - Main Office Conf. Rm.';
Events[129][3]   = '';
Events[129][4]   = '';

Events[130][0]   = '12/31/2008';
Events[130][1]   = '1/6/2009';
Events[130][2]   = '1/6 - Counselors distribute registration material to Tilden MS 8th Graders';
Events[130][3]   = '';
Events[130][4]   = '';

Events[131][0]   = '12/27/2008';
Events[131][1]   = '1/6/2009';
Events[131][2]   = '1/6 <i>Footloose</i> Info Mtg; 1/7-8 Workshops; 1/12 Dance Auditions; 1/14 Vocal Auditions';
Events[131][3]   = 'http://www.wjstage.com';
Events[131][4]   = 'Click the above link for more information';

Events[132][0]   = '1/1/2009';
Events[132][1]   = '1/12/2009';
Events[132][2]   = '1/7-8 &amp; 1/12 - Registration cards distributed to WJ Students';
Events[132][3]   = '';
Events[132][4]   = 'Registration cards will be distributed to WJ students in English/ESOL classes on the following schedule: ' +
                   'Juniors-Wednesday January 7th, Sophomores-Thursday January 8th &amp; ' +
                   'Freshmen-Monday January 9th.';

Events[133][0]   = '1/1/2009';
Events[133][1]   = '1/7/2009';
Events[133][2]   = '1/7 - Debate League Tournament at Churchill HS after school';
Events[133][3]   = '/schools/wjhs/orgs/debate/';
Events[133][4]   = '';

Events[134][0]   = '1/1/2009';
Events[134][1]   = '1/7/2009';
Events[134][2]   = '1/7 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[134][3]   = 'http://www.wjedfoundation.org';
Events[134][4]   = '';

Events[135][0]   = '1/7/2009';
Events[135][1]   = '1/8/2009';
Events[135][2]   = '1/7-8 <i>Footloose</i> Workshops; 1/12 Dance Auditions; 1/14 Vocal Auditions';
Events[135][3]   = 'http://www.wjstage.com';
Events[135][4]   = '';

Events[136][0]   = '1/2/2009';
Events[136][1]   = '1/8/2009';
Events[136][2]   = '1/8 - MSP Alumni College Panel for Seniors &amp; Juniors during lunch - Room 190';
Events[136][3]   = '';
Events[136][4]   = '';

Events[137][0]   = '1/2/2009';
Events[137][1]   = '1/10/2009';
Events[137][2]   = '1/8-1/10 - One-Act Plays, 7:00 p.m. - Auditorium';
Events[137][3]   = '';
Events[137][4]   = '';

Events[138][0]   = '1/9/2009';
Events[138][1]   = '1/9/2009';
Events[138][2]   = '1/9 - Last Day to Apply for 2nd Semester Parking Permit';
Events[138][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[138][4]   = 'Click the above link for information and registration forms.';

Events[139][0]   = '1/3/2009';
Events[139][1]   = '1/9/2009';
Events[139][2]   = '1/9 - Counselors distribute registration material to N. Bethesda MS 8th Graders';
Events[139][3]   = '';
Events[139][4]   = '';

Events[140][0]   = '1/3/2009';
Events[140][1]   = '1/9/2009';
Events[140][2]   = '1/9 - 1st Semester SSL Forms Due to Ms. Maletz';
Events[140][3]   = '/schools/wjhs/ssl/';
Events[140][4]   = '';

Events[141][0]   = '1/3/2009';
Events[141][1]   = '1/9/2009';
Events[141][2]   = '1/9 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[141][3]   = '/schools/wjhs/orgs/ptsa/guidance';
Events[141][4]   = '';

Events[142][0]   = '1/4/2009';
Events[142][1]   = '1/10/2009';
Events[142][2]   = '1/10 - Forensics Tournament, 8:00 a.m. - Blake HS';
Events[142][3]   = '';
Events[142][4]   = '';

Events[143][0]   = '12/6/2009';
Events[143][1]   = '1/9/2010';
Events[143][2]   = '1/9 - GAC Sponsors ACT Practice Test, 8:30 a.m. - Auditorium';
Events[143][3]   = 'orgs/PTSA/guidance/practice_tests_registration.pdf';
Events[143][4]   = 'Registration Deadline is 1/4. Click the above link for information and registration form.';

Events[144][0]   = '1/6/2009';
Events[144][1]   = '1/12/2009';
Events[144][2]   = '1/12 - Last day for teachers to submit 1st semester LC notices';
Events[144][3]   = '';
Events[144][4]   = '';
 
Events[145][0]   = '1/9/2009';
Events[145][1]   = '1/12/2009';
Events[145][2]   = '1/12 - <i>Footloose</i> dance auditions';
Events[145][3]   = 'http://www.wjstage.com';
Events[145][4]   = '';

Events[146][0]   = '1/6/2009';
Events[146][1]   = '1/12/2009';
Events[146][2]   = '1/12 - PTSA Sponsors 10th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm';
Events[146][3]   = '';
Events[146][4]   = '';

Events[147][0]   = '1/7/2009';
Events[147][1]   = '1/13/2009';
Events[147][2]   = '1/13 - No Homework Assigned Today To Be Due Tomorrow';
Events[147][3]   = '';
Events[147][4]   = '';

Events[148][0]   = '1/7/2009';
Events[148][1]   = '1/13/2009';
Events[148][2]   = '1/13 - Winter Choral Concert, 7:30 p.m. - Auditorium';
Events[148][3]   = '';
Events[148][4]   = '';

Events[149][0]   = '1/13/2009';
Events[149][1]   = '1/14/2009';
Events[149][2]   = '1/14 - <i>Footloose</i> vocal auditions';
Events[149][3]   = 'http://www.wjstage.com';
Events[149][4]   = '';

Events[150][0]   = '1/8/2009';
Events[150][1]   = '1/14/2009';
Events[150][2]   = '1/14 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[150][3]   = '/schools/wjhs/orgs/booster/';
Events[150][4]   = '';

Events[151][0]   = '1/9/2009';
Events[151][1]   = '1/15/2009';
Events[151][2]   = '1/15 - PTSA Sponsors 11th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[151][3]   = '';
Events[151][4]   = '';

Events[152][0]   = '1/10/2009';
Events[152][1]   = '1/22/2009';
Events[152][2]   = '1/21-1/23 - Parking Permit list posted and permits distributed';
Events[152][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[152][4]   = 'Click the above link for information';

Events[154][0]   = '1/16/2009';
Events[154][1]   = '1/22/2009';
Events[154][2]   = '1/22 - WJ Hosts Kensington-Parkwood ES Concert, 7:00 p.m. - Auditorium';
Events[154][3]   = '';
Events[154][4]   = '';

Events[155][0]   = '1/23/2009';
Events[155][1]   = '1/23/2009';
Events[155][2]   = '1/23 - Last Day for Parking Permit Pick-Up';
Events[155][3]   = '/schools/wjhs/studserve/security/parking.shtm';
Events[155][4]   = 'Click the above link for information';

Events[156][0]   = '1/20/2009';
Events[156][1]   = '1/26/2009';
Events[156][2]   = '1/26 - Spring Classes Begin for UMCP Young Scholars Program';
Events[156][3]   = '';
Events[156][4]   = '';

Events[157][0]   = '1/20/2009';
Events[157][1]   = '1/26/2009';
Events[157][2]   = '1/26 - Indoor Track MCPS Championships, 2:00 p.m. - Georgetown Prep';
Events[157][3]   = '';
Events[157][4]   = '';

Events[158][0]   = '1/21/2009';
Events[158][1]   = '1/27/2009';
Events[158][2]   = '1/26 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[158][3]   = '/schools/wjhs/orgs/ptsa/';
Events[158][4]   = '';

Events[159][0]   = '1/10/2009';
Events[159][1]   = '1/23/2009';
Events[159][2]   = '1/26 - Unpaid Senior Dues Rise to $80 during 3rd Marking Period. Pay NOW!';
Events[159][3]   = '/schools/wjhs/orgs/classes/senior/dues.shtm';
Events[159][4]   = 'Click the above link for information';

//Events[160][0]   = '1/21/2009';
//Events[160][1]   = '1/27/2009';
//Events[160][2]   = '1/26 - PTSA Sponsors 12th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
//Events[160][3]   = '';
//Events[160][4]   = '';

Events[160][0]   = '1/23/2009';
Events[160][1]   = '1/29/2009';
Events[160][2]   = '1/29 - WJ Crew Parent Mtg, 7:30 p.m. - Cafeteria'; 
Events[160][3]   = '';
Events[160][4]   = '';

Events[161][0]   = '1/24/2009';
Events[161][1]   = '1/30/2009';
Events[161][2]   = '1/30 - Results of APEX Program screening mailed to applicants.';
Events[161][3]   = '';
Events[161][4]   = '';

Events[162][0]   = '1/25/2009';
Events[162][1]   = '1/31/2009';
Events[162][2]   = '1/31 - <i>It\'s Academic</i> Taping, 10:15 p.m. at WRC TV 4';
Events[162][3]   = '';
Events[162][4]   = '';

Events[163][0]   = '2/2/2009';
Events[163][1]   = '2/27/2009';
Events[163][2]   = 'Pennies for Patients Donation Deadline Extended to February 27th - Donate Today!';
Events[163][3]   = 'http://www.active.com/donate/synca/syWHighS4';
Events[163][4]   = 'WJ is again participating in this important fundraiser for the Leukemia &amp; Lymphoma Society. ' +
                   'Click the above link to make a donation!';
// Pennies for Patients events are:' +
//                   '<br>2/11-Ledo\'s Pizza Night, 5:00-9:00 p.m. - Westlake Dr behind Montgomery Mall. 20% of the proceeds will be donated from anyone saing they are \"with WJ\"' +
//                   '<br>2/13-Best Buddies Movie Night, 7:00 p.m. - Auditorium' +
//                   '<br>2/17-Ping Pong Tournament, 6:00 p.m. - Cafeteria' + 
//                   '<br>2/19-Video Game Tournament, 6:30 p.m. - Rooms TBA' +
//                   '<br>2/20-Winter Semi-Formal Dance, 8:30-11:00 p.m. - WJ Gym. Dance tickets on sale 2/9-2/20 by the auditorium';

Events[164][0]   = '1/26/2009';
Events[164][1]   = '2/2/2009';
Events[164][2]   = '2/2 - GAC College Prep Parent &amp; Student Meeting, 7:00 p.m. - Cafeteria';
Events[164][3]   = '/schools/wjhs/orgs/ptsa/guidance/college_prep.pdf';
Events[164][4]   = 'All junior, sophomore and freshman parents and students are welcome. Click the above link for the agenda';

Events[165][0]   = '1/27/2009';
Events[165][1]   = '2/2/2009';
Events[165][2]   = '2/2 - Prom Breakfast Committee Meeting, 7:30 p.m. - Main Office Conf. Rm.';
Events[165][3]   = '';
Events[165][4]   = '';

Events[166][0]   = '1/20/2010';
Events[166][1]   = '1/26/2010';
Events[166][2]   = '1/26 - Parent/Student Feedback meeting on Practice ACT/SAT, 7:00 p.m. - Cafeteria';
Events[166][3]   = '';
Events[166][4]   = 'Kaplan \"Test Strategies\" Seminar topics include:' +
                   '<br>How to read the score results<br>Strategies for taking the SAT and ACT' +
                   '<br>Understanding the role of the standardized tests in college admissions';

Events[167][0]   = '1/28/2009';
Events[167][1]   = '2/3/2009';
Events[167][2]   = '2/3 - Football Parents Meeting, 7:00 p.m. - Media Center';
Events[167][3]   = '';
Events[167][4]   = '';

Events[168][0]   = '1/14/2009';
Events[168][1]   = '2/3/2009';
Events[168][2]   = '2/4 - Parent Info Night for 09-10 Registration, 7:00 p.m. - Auditorium'; 
Events[168][3]   = '/schools/wjhs/information/letters/registration.pdf';
Events[168][4]   = '';

Events[169][0]   = '1/29/2009';
Events[169][1]   = '2/4/2009';
Events[169][2]   = '2/4 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[169][3]   = 'http://www.wjedfoundation.org';
Events[169][4]   = '';

Events[170][0]   = '1/17/2009';
Events[170][1]   = '2/6/2009';
Events[170][2]   = '2/6 - Middle School Registration cards due';
Events[170][3]   = '/schools/wjhs/coursebook/';
Events[170][4]   = 'Registration cards for N. Bethesda and Tilden students are due to 8th grade science teachers on Friday, February 6th. Registration ' +
                   'cards will be collected from WJ students when they meet with their counselors on the assigned dates. Click the above link and view the registration calendar for the ' +
                   'meeting schedule.';

//Events[171][0]   = '1/30/2009';
//Events[171][1]   = '2/6/2009';
//Events[171][2]   = '2/5-6 - Yearbook Club Pictures';
//Events[171][3]   = '';
//Events[171][4]   = '';

Events[171][0]   = '2/6/2009';
Events[171][1]   = '2/12/2009';
Events[171][2]   = '2/6-12 - <i>The Pitch</i> Valentine Rose Sale - No orders accepted after 7:00 p.m. February 12th!';
Events[171][3]   = '/schools/wjhs/orgs/pitch/rosesale.shtm';
Events[171][4]   = 'Click the above link for information and to order';

Events[172][0]   = '2/1/2009';
Events[172][1]   = '2/7/2009';
Events[172][2]   = '2/7 - ACT Test <i>Not at WJ</a>';
Events[172][3]   = 'studserve/career/ACTs.shtm';
Events[172][4]   = '';

Events[173][0]   = '2/1/2009';
Events[173][1]   = '2/7/2009';
Events[173][2]   = '2/7 - Swim &amp; Dive Division I Championships at Germantown Indoor SC';
Events[173][3]   = '/schools/wjhs/athletics/swim&dive';
Events[173][4]   = '';

//Events[174][0]   = '2/1/2009';
//Events[174][1]   = '2/7/2009';
//Events[174][2]   = '2/7 - Pompon Northwest Invitational, 12:00 p.m. - Northwest HS!';
//Events[174][3]   = '';
//Events[174][4]   = 'Tickets are $5 and can be purchased from a Pom or at the door.' +
//                   'Doors open at 11:30 a.m. Wear your WJ Spiritwear!';

//Events[175][0]   = '1/26/2009';
//Events[175][1]   = '2/8/2009';
//Events[175][2]   = '2/8 - Order Deadline for Yearbook Senior Ads';
//Events[175][3]   = '/schools/wjhs/orgs/windup/buyingad.shtm';
//Events[175][4]   = '';

//Events[176][0]   = '1/26/2009';
//Events[176][1]   = '2/8/2009';
//Events[176][2]   = '2/8 - College Goal Sunday, 2:00 p.m. - Montgomery College - Takoma Park Campus';
//Events[176][3]   = 'http://collegegoalsundayusa.org/locations/delawareMaryland.asp';
//Events[176][4]   = 'Get FREE HELP applying for financial aid for college. Receive personalized, one-on-one information ' +
                   'you need to complete the Free Application for Federal Student Aid (FAFSA) that is the start of the ' +
                   'financial aid application process.';

Events[174][0]   = '2/4/2009';
Events[174][1]   = '2/10/2009';
Events[174][2]   = '2/10 - APEX Meeting of Accepted &amp; Wait-Listed students, 7:00 p.m. - Cafeteria';
Events[174][3]   = '';
Events[174][4]   = '';
 
Events[175][0]   = '2/5/2009';
Events[175][1]   = '2/11/2009';
Events[175][2]   = '2/11 - Debate League Tournament after school - Churchill HS';
Events[175][3]   = '/schools/wjhs/orgs/debate/';
Events[175][4]   = '';

Events[176][0]   = '2/5/2009';
Events[176][1]   = '2/11/2009';
Events[176][2]   = '2/11 - Indoor Track Regional Championships, 3:00 p.m. - PG Sportsplex';
Events[176][3]   = '';
Events[176][4]   = '';

Events[177][0]   = '2/5/2009';
Events[177][1]   = '2/11/2009';
Events[177][2]   = '2/11 - Ledo\'s Pizza Night, 5:00-9:00 p.m. - Westlake Dr behind Montgomery Mall. 20% of the proceeds will be donated to <i>Pennies for Patients</i> from anyone saing they are \"with WJ\"';
Events[177][3]   = '';
Events[177][4]   = '';

Events[178][0]   = '2/5/2009';
Events[178][1]   = '2/11/2009';
Events[178][2]   = '2/11 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[178][3]   = '';
Events[178][4]   = '';

Events[179][0]   = '2/6/2009';
Events[179][1]   = '2/12/2009';
Events[179][2]   = '2/12 - Pennies for Patients Pong Tournament, 6:00 p.m. - Cafeteria';
Events[179][3]   = '';
Events[179][4]   = '';

Events[180][0]   = '2/6/2009';
Events[180][1]   = '2/12/2009';
Events[180][2]   = '2/12 - PTSA Sponsors 9th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[180][3]   = '';
Events[180][4]   = '';

Events[181][0]   = '2/7/2009';
Events[181][1]   = '2/13/2009';
Events[181][2]   = '2/13 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[181][3]   = '/schools/wjhs/orgs/ptsa/guidance';
Events[181][4]   = '';

Events[182][0]   = '2/8/2009';
Events[182][1]   = '2/14/2009';
Events[182][2]   = '2/13-14 - Swim &amp; Dive County Championships at M.L. King SC';
Events[182][3]   = '/schools/wjhs/athletics/swim&dive';
Events[182][4]   = '';

Events[183][0]   = '2/7/2009';
Events[183][1]   = '2/13/2009';
Events[183][2]   = '2/13 - Best Buddies Movie Night, 7:00 p.m. - Auditorium';
Events[183][3]   = '';
Events[183][4]   = 'Come see Wall-E and make a donation to support <i>Pennies for Patients</i>';

Events[184][0]   = '2/8/2009';
Events[184][1]   = '2/14/2009';
Events[184][2]   = '2/14 - Pompon County Championships, 1:00 p.m. - Richard Montgomery HS!';
Events[184][3]   = '';
Events[184][4]   = 'Tickets are $4 and can be purchased from a Pom or at the door. ' +
                   'Doors open at 12:25 p.m. but the earlier you arrive the better. Wear your WJ Spiritwear!';

Events[185][0]   = '2/11/2009';
Events[185][1]   = '2/17/2009';
Events[185][2]   = '2/17 - Indoor Track State Championship, 3:00 p.m. - PG Sportsplex';
Events[185][3]   = '';
Events[185][4]   = '';
 
Events[186][0]   = '2/7/2009';
Events[186][1]   = '2/17/2009';
Events[186][2]   = '2/17 - Application Deadline for MD Distinguished Scholars Program for eligible juniors';
Events[186][3]   = '/schools/wjhs/mdscholars';
Events[186][4]   = '';
 
Events[187][0]   = '2/7/2009';
Events[187][1]   = '2/17/2009';
Events[187][2]   = '2/17 - Pennies for Patients Ping Pong Tournament, 6:00 p.m. - Cafeteria';
Events[187][3]   = '';
Events[187][4]   = '';

Events[188][0]   = '2/11/2009';
Events[188][1]   = '2/17/2009';
Events[188][2]   = '2/17 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[188][3]   = '/schools/wjhs/orgs/ptsa/';
Events[188][4]   = '';

Events[189][0]   = '2/12/2009';
Events[189][1]   = '2/21/2009';
Events[189][2]   = '2/18-21 - Swim &amp; Dive Metro Championships at Germantown';
Events[189][3]   = '/schools/wjhs/athletics/swim&dive';
Events[189][4]   = '';

Events[190][0]   = '2/14/2009';
Events[190][1]   = '2/19/2009';
Events[190][2]   = '2/19 - Pennies for Patients Video Game Tournament, 6:30 p.m.';
Events[190][3]   = '';
Events[190][4]   = '';

Events[191][0]   = '2/14/2009';
Events[191][1]   = '2/20/2009';
Events[191][2]   = '2/20 - Deadline for APEX 2009-2010 student decisions';
Events[191][3]   = '';
Events[191][4]   = '';
 
Events[192][0]   = '2/14/2009';
Events[192][1]   = '2/20/2009';
Events[192][2]   = '2/20 - Black History Assembly - Special Bell Schedule';
Events[192][3]   = 'information/bells/assembly.shtm';
Events[192][4]   = '';
 
//Events[193][0]   = '2/14/2009';
//Events[193][1]   = '2/21/2009';
//Events[193][2]   = '2/20-21 - Wrestling County Championships - Blair HS';
//Events[193][3]   = '/schools/wjhs/athletics/wrestling';
//Events[193][4]   = '';

//Events[194][0]   = '2/14/2009';
//Events[194][1]   = '2/20/2009';
//Events[194][2]   = '2/20 - Pennies for Patients Semi-Formal Dance, 8:30 p.m. - WJ Gym		';
//Events[194][3]   = '';
//Events[194][4]   = '';
 
Events[193][0]   = '2/15/2009';
Events[193][1]   = '2/21/2009';
Events[193][2]   = '2/21 - Forensics League Tournament at Blake HS';
Events[193][3]   = '';
Events[193][4]   = '';

Events[194][0]   = '2/17/2009';
Events[194][1]   = '2/23/2009';
Events[194][2]   = '2/23 - GAC Sponsors Senior Class Parent Meeting, 7:00 p.m. - Cafeteria';
Events[194][3]   = '';
Events[194][4]   = 'All senior parents are encouraged to attend.';

Events[195][0]   = '2/20/2009';
Events[195][1]   = '2/26/2009';
Events[195][2]   = '2/26 - WJ Crew Team Silent Auction, 7:00 p.m. - Cafeteria';
Events[195][3]   = '';
Events[195][4]   = '';
 
Events[196][0]   = '2/21/2009';
Events[196][1]   = '2/28/2009';
Events[196][2]   = '2/27-2/28 - Wrestling Regional Championships at Sherwood HS';
Events[196][3]   = '/schools/wjhs/athletics/wrestling';
Events[196][4]   = '';

Events[197][0]   = '2/21/2009';
Events[197][1]   = '2/27/2009';
Events[197][2]   = '2/27 - Last day of contributions for Booster Club Used Book Sale';
Events[197][3]   = '';
Events[197][4]   = '';
 
Events[198][0]   = '2/22/2009';
Events[198][1]   = '2/27/2009';
Events[198][2]   = '2/27 - Girls Basketball Playoff, 5:00 p.m. - Blake HS';
Events[198][3]   = '';
Events[198][4]   = '';

Events[199][0]   = '2/4/2009';
Events[199][1]   = '2/28/2009';
Events[199][2]   = '2/28 - Community Cupcakes Battle of the Bands, 7:00 p.m. - Auditorium';
Events[199][3]   = '../battle_of_the_bands_flyer.pdf';
Events[199][4]   = '';

Events[200][0]   = '2/23/2009';
Events[200][1]   = '3/1/2009';
Events[200][2]   = '3/1 - Interims Mailed';
Events[200][3]   = '';
Events[200][4]   = '';
 
Events[201][0]   = '2/24/2009';
Events[201][1]   = '3/2/2009';
Events[201][2]   = '3/2 - Spring Sports Begin';
Events[201][3]   = '';
Events[201][4]   = '';

Events[202][0]   = '2/27/2009';
Events[202][1]   = '3/3/2009';
Events[202][2]   = '3/3 - Boys Basketball Playoff at Springbrook, 7:00 p.m.';
Events[202][3]   = '';
Events[202][4]   = '';

//Events[203][0]   = '2/24/2009';
//Events[203][1]   = '3/2/2009';
//Events[203][2]   = '3/2 - Prom Breakfast Committee Meeting, 7:30 p.m. - Main Office Conf. Rm.';
//Events[203][3]   = '';
//Events[203][4]   = '';

Events[204][0]   = '2/26/2009';
Events[204][1]   = '3/5/2009';
Events[204][2]   = '3/4-5 - Debate League Championships after school - Churchill HS';
Events[204][3]   = '/schools/wjhs/orgs/debate/';
Events[204][4]   = '';

Events[205][0]   = '2/26/2009';
Events[205][1]   = '3/4/2009';
Events[205][2]   = '3/4 - WJ Ed Foundation Meeting, 7:30 p.m. - Rm. 146';
Events[205][3]   = 'http://www.wjedfoundation.org';
Events[205][4]   = '';

Events[206][0]   = '2/26/2009';
Events[206][1]   = '3/4/2009';
Events[206][2]   = '3/4 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[206][3]   = '';
Events[206][4]   = '';

//Events[207][0]   = '2/28/2009';
//Events[207][1]   = '3/6/2009';
//Events[207][2]   = '3/6 - Asian Assembly  - Special Bell Schedule';
//Events[207][3]   = '/schools/wjhs/information/bells/assembly.shtm';
//Events[207][4]   = '';
 
Events[207][0]   = '2/28/2009';
Events[207][1]   = '3/7/2009';
Events[207][2]   = '3/6-7 - Wrestling State Championships at UMCP';
Events[207][3]   = '/schools/wjhs/athletics/wrestling';
Events[207][4]   = '';

Events[208][0]   = '2/28/2009';
Events[208][1]   = '3/7/2009';
Events[208][2]   = '3/7 - Booster Club Used Book Sale, 9:00 a.m. - Cafeteria';
Events[208][3]   = '';
Events[208][4]   = '';
 
Events[209][0]   = '3/1/2009';
Events[209][1]   = '3/7/2009';
Events[209][2]   = '3/7 - <i>It\'s Academic</i> taping at WRC, 1:30 p.m.';
Events[209][3]   = '';
Events[209][4]   = '';

Events[210][0]   = '3/3/2009';
Events[210][1]   = '3/9/2009';
Events[210][2]   = '3/9 - No Homework Assigned Today To Be Due Tomorrow';
Events[210][3]   = '';
Events[210][4]   = '';

Events[211][0]   = '3/3/2009';
Events[211][1]   = '3/9/2009';
Events[211][2]   = '3/9 - Winter Sports Awards, 6:45 p.m. - Auditorium';
Events[211][3]   = '/schools/wjhs/orgs/booster/spawards.html';
Events[211][4]   = '';

//Events[212][0]   = '3/6/2009';
//Events[212][1]   = '3/13/2009';
//Events[212][2]   = '3/11-13 - Last Days of AP Test Registration';
//Events[212][3]   = '/schools/wjhs/depts/ap/'
//Events[212][4]   = '';

Events[213][0]   = '3/4/2009';
Events[213][1]   = '3/11/2009';
Events[213][2]   = '3/11 - Spring Sports Parent Mtg, 7:00 p.m. - Cafeteria';
Events[213][3]   = ''
Events[213][4]   = '';

Events[214][0]   = '3/6/2009';
Events[214][1]   = '3/12/2009';
Events[214][2]   = '3/12 - National Latin Exam, 7:25 a.m. - Cafeteria';
Events[214][3]   = '';
Events[214][4]   = '';

Events[215][0]   = '3/4/2009';
Events[215][1]   = '3/12/2009';
Events[215][2]   = '3/12 - SGA Blood Drive for Students, Staff &amp; Parents';
Events[215][3]   = '/schools/wjhs/orgs/sga/blood.shtm';
Events[215][4]   = 'Click the above link for more information and the student permission form required for 16 year olds. Make an appointment at ' +
                   'lunch "under the clock" or <a href="javascript: email(\'nico.atencio\', \'walterjohnson.com\');">email Mr. Atencio</a>';
 
//Events[216][0]   = '3/7/2009';
//Events[216][1]   = '3/13/2009';
//Events[216][2]   = '3/13 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
//Events[216][3]   = '/schools/wjhs/orgs/ptsa/guidance';
//Events[216][4]   = '';

Events[216][0]   = '3/7/2009';
Events[216][1]   = '3/13/2009';
Events[216][2]   = '3/13 - Mr &amp; Ms WJ, 7:00 p.m. - Auditorium';
Events[216][3]   = '';
Events[216][4]   = '';

Events[217][0]   = '3/8/2009';
Events[217][1]   = '3/14/2009';
Events[217][2]   = '3/14 - SAT Test at WJ';
Events[217][3]   = '';
Events[217][4]   = '';

Events[218][0]   = '3/13/2009';
Events[218][1]   = '3/18/2009';
Events[218][2]   = '3/16-18 - AP Test <i>Late</i> Registration';
Events[218][3]   = '/schools/wjhs/depts/ap/'
Events[218][4]   = 'Absolutely NO orders will be accepted after March 18th';

Events[219][0]   = '3/11/2009';
Events[219][1]   = '3/17/2009';
Events[219][2]   = '3/17 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[219][3]   = '/schools/wjhs/orgs/ptsa/';
Events[219][4]   = '';

Events[220][0]   = '3/11/2008';
Events[220][1]   = '3/17/2008';
Events[220][2]   = '3/17 - Spring Sports Pictures after School';
Events[220][3]   = '';
Events[220][4]   = '';
/*
Events[221][0]   = '3/12/2009';
Events[221][1]   = '3/18/2009';
Events[221][2]   = '3/18 - <i>Big Train</i> Submission Deadline';
Events[221][3]   = '/schools/wjhs/orgs/ptsa/bigtrain/submit.html';
Events[221][4]   = '';
*/
Events[221][0]   = '3/13/2009';
Events[221][1]   = '3/19/2009';
Events[221][2]   = '3/19 - WJ Performs at High School Choral Festival, 11:40 a.m. - Seneca Valley HS';
Events[221][3]   = '';
Events[221][4]   = '';

Events[222][0]   = '3/13/2009';
Events[222][1]   = '3/19/2009';
Events[222][2]   = '3/19 - Parent Meeting for Music Dept. Orlando trip, 7:00 p.m. - Auditorium';
Events[222][3]   = '';
Events[222][4]   = '';

Events[223][0]   = '3/14/2009';
Events[223][1]   = '3/20/2009';
Events[223][2]   = '3/20 - Spring Sports Pep Rally - Special Bell Schedule';
Events[223][3]   = '/schools/wjhs/information/bells/assembly.shtm';
Events[223][4]   = '';
 
Events[224][0]   = '2/12/2009';
Events[224][1]   = '3/20/2009';
Events[224][2]   = '3/20 - Booster Club Mulch Sale Order Deadline';
Events[224][3]   = '/schools/wjhs/orgs/booster/mulch_sale.pdf';
Events[224][4]   = 'Home delivery March 28th to zip codes 20814, 20817, 20852, 20895 &amp; 20896';

Events[225][0]   = '3/14/2009';
Events[225][1]   = '3/21/2009';
Events[225][2]   = '3/20-21 - Forensics League Championships at Blake HS';
Events[225][3]   = '/schools/wjhs/orgs/forensics/';
Events[225][4]   = '';

Events[226][0]   = '3/7/2009';
Events[226][1]   = '3/21/2009';
Events[226][2]   = '3/20-21 - MSP Book Fair Fundraiser at Barnes &amp; Noble';
Events[226][3]   = '/schools/wjhs/msp/bookfair_coupon.pdf';
Events[226][4]   = 'Shop at Barnes &amp; Noble to benefit WJ\'s Minority Scholars Program. Festivities at the Rockville store but the WJ code can be used nationwide 3/20-21.' +
                   'Click the above link to print the required coupon. Keep one and give the other two to friends! ' +
                   '<a href="/schools/wjhs/msp/bookfair_events.pdf">Click here for a schedule of book fair events.</a>';
/*
Events[227][0]   = '2/12/2009';
Events[227][1]   = '3/20/2009';
Events[227][2]   = '3/20 - Booster Club Family Italian Dinner &amp; ' +
                   'SGA Staff vs Student Benefit Basketball Game, 5:30 p.m. - Cafeteria &amp; Gym';
Events[227][3]   = '/schools/wjhs/orgs/booster/dinner.pdf';
Events[227][4]   = 'Reserve your dinner spot today. Game starts at 7:00 p.m. and dinner price does not include admission for the SGA fundraiser basketball game';

Events[228][0]   = '3/15/2009';
Events[228][1]   = '3/21/2009';
Events[228][2]   = '3/21 - WJ <i>It\'s Academic</i> 1st round match airs, 10:30 a.m. - WRC Channel 4'; 
Events[228][3]   = '';
Events[228][4]   = '';
*/
Events[227][0]   = '3/17/2009';
Events[227][1]   = '3/23/2009';
Events[227][2]   = '3/23 - WJ Crew Night at Silver Diner, 5:00-8:00 p.m. - Rockville'; 
Events[227][3]   = '';
Events[227][4]   = 'All you have to do is eat, and Silver Diner will donate 20% of your bill to the WJHS Crew Team.';

Events[228][0]   = '3/17/2009';
Events[228][1]   = '3/23/2009';
Events[228][2]   = '3/23 - Beach Week Meeting for Senior Parents, 7:30 p.m. - Cafeteria'; 
Events[228][3]   = '/schools/wjhs/orgs/ptsa/guidance/beach_week.pdf';
Events[228][4]   = '';

Events[229][0]   = '3/18/2009';
Events[229][1]   = '3/24/2009';
Events[229][2]   = '3/24 - WJ Hosts MCPS Orchestra Festival<br>WJ Performances: Symphonic-8:00 a.m. &amp; Concert-8:30 a.m.'; 
Events[229][3]   = '';
Events[229][4]   = '';

Events[230][0]   = '3/18/2008';
Events[230][1]   = '3/24/2008';
Events[230][2]   = '3/24 - Forensics League Awards Night, 7:00 p.m. at Blake HS';
Events[230][3]   = 'orgs/forensics/';
Events[230][4]   = '';
 
Events[231][0]   = '3/19/2009';
Events[231][1]   = '3/25/2009';
Events[231][2]   = '3/25 - Madrigals at MCPS Festival, 11:40 a.m. at 4th Presbyterian Church';
Events[231][3]   = ''
Events[231][4]   = '';

Events[232][0]   = '3/20/2009';
Events[232][1]   = '3/26/2009';
Events[232][2]   = '3/26 - WJ Wind Ensemble at MCPS Festival, 9:30 a.m. at Whitman HS';
Events[232][3]   = '';
Events[232][4]   = '';

Events[233][0]   = '3/21/2009';
Events[233][1]   = '3/27/2009';
Events[233][2]   = '3/27 - 3rd Marking Period Ends';
Events[233][3]   = '';
Events[233][4]   = '';
 
Events[234][0]   = '3/22/2009';
Events[234][1]   = '3/28/2009';
Events[234][2]   = '3/28 - Booster Club Mulch Sale Deliveries';
Events[234][3]   = '';
Events[234][4]   = '';
 
Events[235][0]   = '3/30/2009';
Events[235][1]   = '3/28/2009';
Events[235][2]   = '3/28 Science Olympiad State Tournament, 9:15 a.m. - Johns Hopkins U';
Events[235][3]   = '';
Events[235][4]   = '';

Events[236][0]   = '3/25/2009';
Events[236][1]   = '3/31/2009';
Events[236][2]   = '3/31 - Senior Dues rise to $90. Pay NOW!';
Events[236][3]   = 'orgs/classes/senior/dues.shtm';
Events[236][4]   = '';

Events[237][0]   = '3/25/20098';
Events[237][1]   = '4/2/2009';
Events[237][2]   = '3/31 &amp; 4/2 - Counselors in Jr. English to distribute <i>Compass Points</i>';
Events[237][3]   = '';
Events[237][4]   = '';

Events[238][0]   = '3/22/2009';
Events[238][1]   = '4/1/2009';
Events[238][2]   = '4/1 - AP Preadministration Sessions - Cafeteria'; 
Events[238][3]   = 'depts/ap/aps.shtm';
Events[238][4]   = 'Students taking AP exams in May are required to attend a preadministration session. Click the ' +
                   'above link for more information';

Events[239][0]   = '4/1/2009';
Events[239][1]   = '5/2/2009';
Events[239][2]   = 'Purchase WJ S*T*A*G*E <i>Footloose</i> tickets online today!'; 
Events[239][3]   = 'http://wjstage.com/tickets';
Events[239][4]   = 'Performance dates are 4/24-25 and 5/1-2. Click the above link for ticket information and to purchase tickets online';

Events[240][0]   = '3/26/2009';
Events[240][1]   = '4/1/2009';
Events[240][2]   = '4/1 - Music Dept. Trip departs for Orlando, 5:30 p.m.';
Events[240][3]   = ''
Events[240][4]   = '';

Events[241][0]   = '3/26/2009';
Events[241][1]   = '4/1/2009';
Events[241][2]   = '4/1 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[241][3]   = 'http://www.wjedfoundation.org';
Events[241][4]   = '';

Events[242][0]   = '3/27/2009';
Events[242][1]   = '4/2/2009';
Events[242][2]   = '4/2 - Students Leave for Europe Trip after school';
Events[242][3]   = ''
Events[242][4]   = '';

Events[243][0]   = '3/27/2009';
Events[243][1]   = '4/2/2009';
Events[243][2]   = '4/2 - Boys Lacrosse Night at Hard Times Cafe, Bethesda';
Events[243][3]   = '';
Events[243][4]   = 'Eat at Hard Times Cafe from 5:00 p.m. to closing. A percentage of proceeds (dine in or carry out) benefit the  ' +
                   'WJ Boys Lacrosse Team. Hard Times Cafe is at 4920 Del Ray Ave.';

Events[244][0]   = '3/21/2009';
Events[244][1]   = '4/3/2009';
Events[244][2]   = '4/3 - Sign-up Deadline for NACAC College Fair field trip for Juniors'; 
Events[244][3]   = '/schools/wjhs/studserve/career/nacac09.pdf';
Events[244][4]   = 'The fair field trip takes place on April 16th but the fair is also open, free of charge, to parents and students the evening of April 15th at the MC Fairgrounds. ' +
                   'Click the above link for more information.';

Events[245][0]   = '3/15/2009';
Events[245][1]   = '4/5/2009';
Events[245][2]   = '4/5 First Week of Field Hockey Clinics for Middle School Girls';
Events[245][3]   = '/schools/wjhs/athletics/fhockey/WJ_middle_clinics.pdf';
Events[245][4]   = 'Click the above link for more information and registration form';

Events[246][0]   = '4/2/2009';
Events[246][1]   = '4/5/2009';
Events[246][2]   = '4/5 - Music Dept. Trip returns from Orlando, approx. 2:00 p.m.';
Events[246][3]   = ''
Events[246][4]   = '';

Events[247][0]   = '4/6/2009';
Events[247][1]   = '4/12/2009';
Events[247][2]   = '4/12 - Students Return from Europe Trip';
Events[247][3]   = ''
Events[247][4]   = '';

//Events[248][0]   = '4/1/2008';
//Events[248][1]   = '4/7/2008';
//Events[248][2]   = '4/7 PTSA Hosts Staff Luncheon, Noon - Cafeteria';
//Events[248][3]   = '';
//Events[248][4]   = '';

Events[248][0]   = '4/8/2009';
Events[248][1]   = '4/28/2009';
Events[248][2]   = '4/16-28 - Prom tickets on sale during lunch'; 
Events[248][3]   = '/schools/wjhs/orgs/classes/senior/prom.shtm';
Events[248][4]   = 'Click the above link for information about the Prom and to print the forms required for seniors bringing guests who do not attend WJ. Obligations must be cleared in order ' +
                   'to buy Prom tickets';

Events[249][0]   = '3/25/2009';
Events[249][1]   = '4/14/2009';
Events[249][2]   = '4/14 - Junior COLLEGE INFORMATION NIGHT, 7:00-9:00 p.m. - Cafeteria';
Events[249][3]   = '/schools/wjhs/information/college_nite.pdf';
Events[249][4]   = 'For all juniors and their parents (Students and parents from all grades are welcome).';
                   ' Click the above for more information!';

//Events[250][0]   = '4/9/2009';
//Events[250][1]   = '4/15/2009';
//Events[250][2]   = '4/15 - Psychology Fair, 8:00-10:30 a.m. - Cafeteria'; 
//Events[250][3]   = '';
//Events[250][4]   = '';

Events[250][0]   = '4/9/2009';
Events[250][1]   = '4/15/2009';
Events[250][2]   = '4/15 - NACAC College Fair FREE Evening Opening, 6:30-8:30pm'; 
Events[250][3]   = 'http://www.nacacnet.org/EventsTraining/CollegeFairs/ncf/Spring/Pages/MontgomeryCountyNCF.aspx';
Events[250][4]   = '';

Events[251][0]   = '4/9/2009';
Events[251][1]   = '4/15/2009';
Events[251][2]   = '4/15 - Prom Breakfast Committee Meeting, 7:00 p.m. - Main Office Conf. Rm.';
Events[251][3]   = '';
Events[251][4]   = '';

Events[252][0]   = '4/10/2009';
Events[252][1]   = '4/16/2009';
Events[252][2]   = '4/16 - NACAC College Fair field trip for Juniors, 9:15 a.m.-12:00 p.m.'; 
Events[252][3]   = '';
Events[252][4]   = '';
/*
Events[253][0]   = '4/11/2009';
Events[253][1]   = '4/17/2009';
Events[253][2]   = '4/17 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[253][3]   = '/schools/wjhs/orgs/ptsa/guidance';
Events[253][4]   = '';

Events[254][0]   = '4/11/2009';
Events[254][1]   = '4/17/2009';
Events[254][2]   = '4/17 & 4/20 - Preschool Field Trip to the National Zoo';
Events[254][3]   = '';
Events[254][4]   = '';
 */
Events[253][0]   = '4/14/2009';
Events[253][1]   = '4/20/2009';
Events[253][2]   = '4/20 - Junior <i>Compass Points</i> Information Information Night, 7:00 p.m. - Cafeteria';
Events[253][3]   = '/schools/wjhs/compass_points/';
Events[253][4]   = 'For all juniors and their parents specifically to discuss the information in the Compass Points for College Planning packets that were distributed on April 14th.';
 
Events[254][0]   = '4/15/2009';
Events[254][1]   = '4/21/2009';
Events[254][2]   = '4/21 - WJ Symphonic Band at MCPS Festival, 10:30 a.m. - Einstein HS';
Events[254][3]   = ''
Events[254][4]   = '';

Events[255][0]   = '4/15/2009';
Events[255][1]   = '4/21/2009';
Events[255][2]   = '4/21 - WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[255][3]   = '';
Events[255][4]   = '';
 
Events[256][0]   = '4/16/2009';
Events[256][1]   = '4/22/2009';
Events[256][2]   = '4/22 - Administrative Professionals Day';
Events[256][3]   = ''
Events[256][4]   = 'Thank you WJ administrative staff!';

Events[257][0]   = '4/18/2009';
Events[257][1]   = '4/22/2009';
Events[257][2]   = '4/22 - Earth Day Festival During Lunch';
Events[257][3]   = '';
Events[257][4]   = '';

Events[258][0]   = '4/15/2009';
Events[258][1]   = '4/22/2009';
Events[258][2]   = '4/22 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[258][3]   = '';
Events[258][4]   = '';

Events[259][0]   = '4/16/2009';
Events[259][1]   = '4/22/2009';
Events[259][2]   = '4/22 - PTSA Sponsors 9th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[259][3]   = '';
Events[259][4]   = '';

Events[260][0]   = '4/9/2008';
Events[260][1]   = '5/2/2008';
Events[260][2]   = 'April 28-30 &amp; 5/2 - <i>Footloose</i> Student Ticket Sales During Lunch';
Events[260][3]   = '';
Events[260][4]   = 'Avoid the wait on show night and stop by the Auditorium box office to purchase tickets in advance';
 
Events[261][0]   = '4/17/2009';
Events[261][1]   = '4/23/2009';
Events[261][2]   = '4/23 - PTSA Sponsors 11th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[261][3]   = '';
Events[261][4]   = '';

Events[262][0]   = '4/11/2009';
Events[262][1]   = '4/24/2009';
Events[262][2]   = '4/24 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[262][3]   = '/schools/wjhs/orgs/ptsa/guidance';
Events[262][4]   = '';
/*
Events[263][0]   = '4/18/2009';
Events[263][1]   = '4/24/2009';
Events[263][2]   = '4/24 - Asian Café during lunch';
Events[263][3]   = '';
Events[263][4]   = '';
 */
Events[264][0]   = '4/17/2009';
Events[264][1]   = '5/1/2009';
Events[264][2]   = '5/1 - Extended Deadline for returning Senior Prom Guest Forms to Mr. Kempner';
Events[264][3]   = '/schools/wjhs/orgs/classes/senior/prom.shtm';
Events[264][4]   = '';
 
Events[265][0]   = '4/7/2008';
Events[265][1]   = '4/26/2008';
Events[265][2]   = '4/24-25, 5/1-2 - WJ S*T*A*G*E Presents <i>Footloose</i> - Auditorium'; 
Events[265][3]   = 'http://wjstage.com/tickets';
Events[265][4]   = 'Click the above link for ticket information and to purchase tickets online';

Events[266][0]   = '4/19/2009';
Events[266][1]   = '4/25/2009';
Events[266][2]   = '4/25 - Powder Puff Football Game, 3:00 p.m. - Baseball Field'; 
Events[266][3]   = '';
Events[266][4]   = '';

Events[267][0]   = '4/22/2009';
Events[267][1]   = '4/28/2009';
Events[267][2]   = '4/28 - No Homework Assigned Today To Be Due Tomorrow';
Events[267][3]   = '';
Events[267][4]   = '';

Events[268][0]   = '4/22/2009';
Events[268][1]   = '4/28/2009';
Events[268][2]   = '4/28 - Competitive Club Awards, 7:00 p.m. - Cafeteria';
Events[268][3]   = '';
Events[268][4]   = '';
 
Events[269][0]   = '4/21/2009';
Events[269][1]   = '4/27/2009';
Events[269][2]   = '4/27 - SMOB Video Televised - Special Bell Schedule';
Events[269][3]   = '/schools/wjhs/information/bells/assembly.shtm';
Events[269][4]   = '';
 
Events[270][0]   = '4/23/2009';
Events[270][1]   = '4/29/2009';
Events[270][2]   = '4/29 - SMOB Election';
Events[270][3]   = '';
Events[270][4]   = '';

Events[271][0]   = '4/23/2009';
Events[271][1]   = '4/29/2009';
Events[271][2]   = '4/29 - Senior Interims Mailed';
Events[271][3]   = '';
Events[271][4]   = '';
 
Events[272][0]   = '4/23/2009';
Events[272][1]   = '4/30/2009';
Events[272][2]   = '4/30 - PTSA Sponsors 12th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[272][3]   = '';
Events[272][4]   = '';

Events[273][0]   = '5/1/2009';
Events[273][1]   = '5/31/2009';
Events[273][2]   = '5/1-5/31 - "Family Photo" Exhibit - Media Center'; 
Events[273][3]   = '';
Events[273][4]   = '';

Events[274][0]   = '4/26/2009';
Events[274][1]   = '5/2/2009';
Events[274][2]   = '5/1-2 - WJ S*T*A*G*E Presents <i>Footloose</i>, 7:30 p.m. - Auditorium'; 
Events[274][3]   = 'http://wjstage.com/tickets';
Events[274][4]   = 'Click the above link for ticket information and to purchase tickets online';

Events[275][0]   = '4/26/2009';
Events[275][1]   = '5/3/2009';
Events[275][2]   = '5/2-3 - WJ Crew Plant Sale, 8:00 a.m. - 5:00 p.m. - WJ Bus Loop'; 
Events[275][3]   = '';
Events[275][4]   = 'The sale goes on rain or shine!';

Events[276][0]   = '4/26/2009';
Events[276][1]   = '5/2/2009';
Events[276][2]   = '5/2 - SAT Test <i>NOT at WJ</i>'; 
Events[276][3]   = '';
Events[276][4]   = '';

Events[277][0]   = '4/28/2009';
Events[277][1]   = '5/8/2009';
Events[277][2]   = '5/4-8 - Child Nutrition Employee Appreciation Week'; 
Events[277][3]   = '';
Events[277][4]   = 'Thank you WJ cafeteria workers!';

Events[278][0]   = '4/28/2009';
Events[278][1]   = '5/4/2009';
Events[278][2]   = '5/4 - Prom Breakfast Committee Meeting, 7:30 p.m. - Main Office Conf. Rm.';
Events[278][3]   = '';
Events[278][4]   = '';

Events[279][0]   = '4/27/2009';
Events[279][1]   = '5/5/2009';
Events[279][2]   = '5/5 - MCPS Gymnastics Championship, 5:30 p.m. - Blake HS';
Events[279][3]   = '';
Events[279][4]   = '';

Events[280][0]   = '4/30/2008';
Events[280][1]   = '5/6/2008';
Events[280][2]   = '5/6 - Track & Field-County Championship, 4:00 p.m. - Churchill HS';
Events[280][3]   = '';
Events[280][4]   = '';
 
Events[281][0]   = '4/30/2009';
Events[281][1]   = '5/6/2009';
Events[281][2]   = '5/6 - WJ Ed Foundation Meeting, 7:30 p.m. Media Center';
Events[281][3]   = 'http://www.wjedfoundation.org';
Events[281][4]   = '';

Events[282][0]   = '5/1/2009';
Events[282][1]   = '5/7/2009';
Events[282][2]   = '5/7 - WJ Hosts MCPS Varsity B Gymnastics Meet, 5:30 p.m.'; 
Events[282][3]   = '';
Events[282][4]   = '';

Events[283][0]   = '5/1/2009';
Events[283][1]   = '5/7/2009';
Events[283][2]   = '5/7 - MSP Senior Parent Recognition Night, 7:00 p.m. - Cafeteria';
Events[283][3]   = '';
Events[283][4]   = '';
/*
Events[284][0]   = '5/1/2009';
Events[284][1]   = '5/7/2009';
Events[284][2]   = '5/7 - PTSA Sponsors 10th Grade Parent Connection Mtg, 7:30 p.m. - Main Office Conf Rm.'; 
Events[284][3]   = '';
Events[284][4]   = '';
*/
/*Events[285][0]   = '5/2/2009';
Events[285][1]   = '5/8/2009';
Events[285][2]   = '5/8 - WJ GAC Meeting, 8:15 a.m. - Staff Dining Room';
Events[285][3]   = '/schools/wjhs/orgs/ptsa/guidance';
Events[285][4]   = '';
*/
Events[284][0]   = '5/3/2008';
Events[284][1]   = '5/9/2008';
Events[284][2]   = '5/9 - MCPS Track & Field Varsity B Meet, 9:00 a.m. - Whitman HS';
Events[284][3]   = '';
Events[284][4]   = '';

Events[285][0]   = '4/20/2009';
Events[285][1]   = '5/10/2009';
Events[285][2]   = '5/10 First Week of Field Hockey Clinics for 3rd-5th Grade Girls';
Events[285][3]   = '/schools/wjhs/athletics/fhockey/WJ_elem_clinics.pdf';
Events[285][4]   = 'Click the above link for more information and registration form';

Events[286][0]   = '5/7/2009';
Events[286][1]   = '5/12/2009';
Events[286][2]   = '5/12 - Parent Meeting for Europe Trip 2011, 7:30 p.m. - Media Center';
Events[286][3]   = '';
Events[286][4]   = '';
 
Events[287][0]   = '5/7/2009';
Events[287][1]   = '5/13/2009';
Events[287][2]   = '5/13 - Underclass Interims Mailed';
Events[287][3]   = '';
Events[287][4]   = '';
 
Events[288][0]   = '5/7/2009';
Events[288][1]   = '5/13/2009';
Events[288][2]   = '5/13 - <i>Big Train</i> Submission Deadline';
Events[288][3]   = '/schools/wjhs/orgs/ptsa/bigtrain/submit.html';
Events[288][4]   = '';

Events[289][0]   = '5/7/2009';
Events[289][1]   = '5/14/2009';
Events[289][2]   = '5/13-14 - Track &amp; Field 4A Regional Championships, 4:00 p.m. - Magruder HS'; 
Events[289][3]   = '';
Events[289][4]   = '';

Events[290][0]   = '5/7/2009';
Events[290][1]   = '5/13/2009';
Events[290][2]   = '5/13 - Indoor Field Day to Benefit NIH Charities, 4:00-7:00 p.m. - WJ Gym';
Events[290][3]   = '';
Events[290][4]   = '';
 
Events[291][0]   = '5/7/2009';
Events[291][1]   = '5/13/2009';
Events[291][2]   = '5/13 - Bi-County Gymnastics Championships, 5:30 p.m. - Sherwood HS'; 
Events[291][3]   = '';
Events[291][4]   = '';

Events[292][0]   = '5/7/2009';
Events[292][1]   = '5/13/2009';
Events[292][2]   = '5/13 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[292][3]   = 'orgs/booster/';
Events[292][4]   = '';

Events[293][0]   = '5/9/2008';
Events[293][1]   = '5/15/2008';
Events[293][2]   = '5/15 - 2009-2010 course selections mailed home';
Events[293][3]   = '';
Events[293][4]   = '';
/*
Events[294][0]   = '5/9/2009';
Events[294][1]   = '5/15/2009';
Events[294][2]   = '5/15 - Senior Prom, 9:00 p.m.-1:00 a.m, - The Galleria at Lafayette Center<br>' +
                   '5/16 - Prom Breakfast, 1:00 a.m. - 5:00 p.m. - WJ Cafeteria';
Events[294][3]   = '/schools/wjhs/orgs/classes/senior/prom.shtm';
Events[294][4]   = '';
 
Events[296][0]   = '5/1/2009';
Events[296][1]   = '5/17/2009';
Events[296][2]   = '5/17 - Senior SSL forms due to Ms. Shauer';
Events[296][3]   = '';
Events[295][4]   = '';
*/ 
Events[294][0]   = '5/11/2009';
Events[294][1]   = '5/21/2009';
Events[294][2]   = '5/18-22 - Fine Arts Festival - Small Gym<br>5/19 Evening reception, 6:00-9:00 p.m.';
Events[294][3]   = '';
Events[294][4]   = '';
 
Events[295][0]   = '5/12/2009';
Events[295][1]   = '5/18/2009';
Events[295][2]   = '5/18 - No Homework Assigned Today To Be Due Tomorrow';
Events[295][3]   = '';
Events[295][4]   = '';

Events[296][0]   = '5/12/2009';
Events[296][1]   = '5/18/2009';
Events[296][2]   = '5/18 - Academic Awards Night, 7:00 p.m. - Auditorium';
Events[296][3]   = '';
Events[296][4]   = '';

Events[297][0]   = '5/13/2009';
Events[297][1]   = '5/19/2009';
Events[297][2]   = '5/19 - No Homework Assigned Today To Be Due Tomorrow';
Events[297][3]   = '';
Events[297][4]   = '';

Events[298][0]   = '5/13/2009';
Events[298][1]   = '5/19/2009';
Events[298][2]   = '5/19 - Last day for teachers to submit senior LC notices';
Events[298][3]   = '';
Events[298][4]   = '';

Events[299][0]   = '5/13/2009';
Events[299][1]   = '5/19/2009';
Events[299][2]   = '5/19 - Baseball/Softball Fundraiser, 5:00-10:00 p.m. - Hard Times Cafe Bethesda';
Events[299][3]   = '';
Events[299][4]   = '';

Events[300][0]   = '5/13/2009';
Events[300][1]   = '5/19/2009';
Events[300][2]   = '5/19 - WJ Senior Parent Volunteers Recognition, 7:00 p.m.<br>WJ PTSA Meeting, 7:30 p.m. - Media Center';
Events[300][3]   = '';
Events[300][4]   = '';

 
Events[301][0]   = '5/13/2009';
Events[301][1]   = '5/19/2009';
Events[301][2]   = '5/19 - Spring Choral Concert, 7:30 p.m. - Auditorium';
Events[301][3]   = '';
Events[301][4]   = '';

Events[302][0]   = '5/14/2009';
Events[302][1]   = '5/20/2009';
Events[302][2]   = '5/20 - Crew Fundraiser, 5:00-9:00 p.m. - Noodles & Co. Rockville';
Events[302][3]   = '';
Events[302][4]   = '';

Events[303][0]   = '5/14/2009';
Events[303][1]   = '5/20/2009';
Events[303][2]   = '5/20 - Top 5% Dinner, 6:00 p.m.';
Events[303][3]   = '';
Events[303][4]   = '';
/*
Events[304][0]   = '5/14/2009';
Events[304][1]   = '5/20/2009';
Events[304][2]   = '5/20 - WJ Hosts Kensington-Parkwood MS Concert, 7:00 p.m. - Auditorium';
Events[304][3]   = '';
Events[304][4]   = '';
*/
Events[305][0]   = '5/15/2009';
Events[305][1]   = '5/21/2009';
Events[305][2]   = '5/21 - No Homework Assigned Today To Be Due Tomorrow';
Events[305][3]   = '';
Events[305][4]   = '';

Events[306][0]   = '5/15/2009';
Events[306][1]   = '5/21/2009';
Events[306][2]   = '5/21 - Spring Instrumental Concert, 7:30 p.m. - Auditorium';
Events[306][3]   = '';
Events[306][4]   = '';

Events[307][0]   = '5/16/2009';
Events[307][1]   = '5/28/2009';
Events[307][2]   = '5/22-29 - Senior Exams';
Events[307][3]   = '/schools/orgs/classes/senior/exams.shtm';
Events[307][4]   = '';

Events[308][0]   = '5/16/2009';
Events[308][1]   = '5/23/2009';
Events[308][2]   = '5/22-23 - Track & Field MD State Championships - Morgan State U';
Events[308][3]   = '';
Events[308][4]   = '';
 
Events[309][0]   = '5/16/2009';
Events[309][1]   = '5/22/2009';
Events[309][2]   = '5/22 - Most Improved Dinner';
Events[309][3]   = '';
Events[309][4]   = '';

Events[310][0]   = '5/17/2009';
Events[310][1]   = '5/23/2009';
Events[310][2]   = '5/23 - WJ <i>It\'s Academic</i> 2nd round match airs, 10:30 a.m. - WRC Channel 4'; 
Events[310][3]   = '';
Events[310][4]   = '';

Events[311][0]   = '5/20/2009';
Events[311][1]   = '5/26/2009';
Events[311][2]   = '5/26 - No Homework Assigned Today To Be Due Tomorrow';
Events[311][3]   = '';
Events[311][4]   = '';

Events[312][0]   = '5/22/2009';
Events[312][1]   = '5/28/2009';
Events[312][2]   = '5/26-28 - Pom tryout clinics, 5:00-7:00 p.m. - Gym<br>5/29 - Pom tryouts, 3:30 p.m. - Gym';
Events[312][3]   = '/schools/wjhs/athletics/poms/tryouts.pdf';
Events[312][4]   = 'Click the above link for more information';
 
Events[313][0]   = '5/22/2009';
Events[313][1]   = '5/28/2009';
Events[313][2]   = '5/26-28 - Cheerleading tryout clinics, 3:00-5:00 p.m. - Small Gym<br>5/29 - Cheerleading tryouts, 2:30 p.m. - Small Gym';
Events[313][3]   = 'athletics/tryouts.shtm#fallt';
Events[313][4]   = 'Click the above link for more information';
 
Events[314][0]   = '5/20/2009';
Events[314][1]   = '5/26/2009';
Events[314][2]   = '5/26 - Spring Sports Awards, 6:45 p.m. - Auditorium';
Events[314][3]   = '/schools/wjhs/orgs/booster/spawards.html';
Events[314][4]   = 'Click the above link for more information';
 
Events[315][0]   = '5/21/2009';
Events[315][1]   = '5/27/2009';
Events[315][2]   = '5/27 - Foreign Language Honor Societies Inductions, 2:30 p.m. - Cafeteria';
Events[315][3]   = '';
Events[315][4]   = '';
 
Events[316][0]   = '5/21/2009';
Events[316][1]   = '5/27/2009';
Events[316][2]   = '5/27 - Choral Music Awards Night, 7:00 p.m. - Cafeteria';
Events[316][3]   = '';
Events[316][4]   = '';

Events[317][0]   = '5/22/2009';
Events[317][1]   = '5/28/2009';
Events[317][2]   = '5/28 - Instrumental Music Awards Night, 7:00-9:00 p.m. - Cafeteria';
Events[317][3]   = '';
Events[317][4]   = '';

Events[318][0]   = '5/29/2009';
Events[318][1]   = '5/29/2009';
Events[318][2]   = '5/29 - Senior\'s Last Day -  Congratulations Class of 2009!';
Events[318][3]   = '';
Events[318][4]   = '';

Events[319][0]   = '5/23/2009';
Events[319][1]   = '5/29/2009';
Events[319][2]   = '5/29 - Last day for teachers to submit senior obligations<br>Seniors - RETURN YOUR BOOKS!';
Events[319][3]   = '';
Events[319][4]   = '';

Events[320][0]   = '5/23/2009';
Events[320][1]   = '5/29/2009';
Events[320][2]   = '5/29 - SGA Officer Elections';
Events[320][3]   = '';
Events[320][4]   = '';
 
Events[321][0]   = '5/26/2009';
Events[321][1]   = '6/1/2009';
Events[321][2]   = '6/1 - Graduation Ticket advance distribution, 8:00 a.m. - 10:00 a.m.';
Events[321][3]   = '';
Events[321][4]   = '';

Events[322][0]   = '5/27/2009';
Events[322][1]   = '6/2/2009';
Events[322][2]   = '6/2 - <i>Mandatory</i> Graduation Rehearsal, 7:30 a.m. - Cafeteria';
Events[322][3]   = '';
Events[322][4]   = '';

Events[323][0]   = '5/28/2009';
Events[323][1]   = '6/1/2009';
Events[323][2]   = '6/3 - WJ Education Foundation Meeting, 7:30 p.m. - Media Center';
Events[323][3]   = 'http://wjedfoundation.org';
Events[323][4]   = '';

Events[324][0]   = '5/29/2009';
Events[324][1]   = '6/4/2009';
Events[324][2]   = '6/4 - Graduation, School Closed for Undergraduates';
Events[324][3]   = '/schools/wjhs/orgs/classes/senior/graduation.shtm';
Events[324][4]   = '';

Events[325][0]   = '5/29/2009';
Events[325][1]   = '6/4/2009';
Events[325][2]   = '6/4 - Last day for teachers to submit 2nd semester LC notices';
Events[325][3]   = '';
Events[325][4]   = '';
 
Events[326][0]   = '5/30/2009';
Events[326][1]   = '6/5/2009';
Events[326][2]   = '6/5 - 2nd Semester SSL hours due to Ms Shauer';
Events[326][3]   = '';
Events[326][4]   = '';

Events[327][0]   = '5/31/2009';
Events[327][1]   = '6/6/2009';
Events[327][2]   = '6/6 - SAT at WJ';
Events[327][3]   = '';
Events[327][4]   = '';
/*
Events[328][0]   = '6/4/2009';
Events[328][1]   = '6/1/2009';
Events[328][2]   = '6/10 - WJ Booster Club Meeting, 7:30 p.m. - Media Center';
Events[328][3]   = '';
Events[328][4]   = '';
*/
Events[329][0]   = '6/7/2009';
Events[329][1]   = '6/15/2009';
Events[329][2]   = '6/10-15 - Final Exams</a>';
Events[329][3]   = '/schools/wjhs/depts/hsa_schedule.shtm';
Events[329][4]   = '';

Events[330][0]   = '6/7/2009';
Events[330][1]   = '6/13/2009';
Events[330][2]   = '6/13 - ACT Test <i>Not at WJ</a>';
Events[330][3]   = '/schools/wjhs/studserve/career/ACTs.shtm';
Events[330][4]   = '';

Events[331][0]   = '6/10/2009';
Events[331][1]   = '6/16/2009';
Events[331][2]   = '6/16 - SGA visits Tilden &amp; N. Bethesda 8th graders';
Events[331][3]   = '';
Events[331][4]   = '';

Events[332][0]   = '6/11/2009';
Events[332][1]   = '6/17/2009';
Events[332][2]   = '6/17 - Last day for teachers to submit underclass obligations<br>Students - RETURN YOUR BOOKS!';
Events[332][3]   = '';
Events[332][4]   = '';

Events[333][0]   = '6/17/2009';
Events[333][1]   = '7/31/2009';
Events[333][2]   = 'Rest, relaxation and summer fun!';
Events[333][3]   = '';
Events[333][4]   = '';

Events[334][0]   = '6/1/2009';
Events[334][1]   = '6/18/2009';
Events[334][2]   = '6/18 - Final Deadline for Session I Summer School Registration<br>' +
                   'Summer School <i>NOT</i> at WJ this year!';
Events[334][3]   = '/departments/extendedhours/summerschool/';
Events[334][4]   = '';

Events[335][0]   = '6/17/2009';
Events[335][1]   = '6/25/2009';
Events[335][2]   = '6/22-25 - WJ APEX Summer Academy - Room 131';
Events[335][3]   = '';
Events[335][4]   = '';

Events[336][0]   = '6/15/2009';
Events[336][1]   = '6/25/2009';
Events[336][2]   = '6/25 - Meet &amp; Greet WJ Head Football Coach Jon Kadi, 7:00 p.m. - Cafeteria';
Events[336][3]   = '';
Events[336][4]   = '';

Events[337][0]   = '6/27/2009';
Events[337][1]   = '7/3/2009';
Events[337][2]   = '7/3 - Happy Independence Day - Offices at WJ Closed';
Events[337][3]   = '';
Events[337][4]   = '';

Events[338][0]   = '6/19/2009';
Events[338][1]   = '7/10/2009';
Events[338][2]   = '7/10 - Final Deadline for Session II Summer School Registration<br>' +
                   'Summer School <i>NOT</i> at WJ this year!';
Events[338][3]   = '/departments/extendedhours/summerschool/';
Events[338][4]   = '';

/* 
Events[230][0]   = '4/6/2008';
Events[230][1]   = '4/12/2008';
Events[230][2]   = '4/11 - WJ Jazz Band to James Madison Festival';
Events[230][3]   = '';
Events[230][4]   = '';

Events[240][0]   = '4/10/2008';
Events[240][1]   = '4/18/2008';
Events[240][2]   = '4/18 - Peace Club Café during lunch';
Events[240][3]   = '';
Events[240][4]   = '';
 
Events[248][0]   = '4/23/2008';
Events[248][1]   = '4/26/2008';
Events[248][2]   = '4/26 - <i>It\'s Academic</i> Semifinals Taping, 11:15 a.m. - WRC Channel 4';
Events[248][3]   = '';
Events[248][4]   = '';

Events[252][0]   = '4/23/2008';
Events[249][1]   = '4/29/2008';
Events[249][2]   = '4/29 - Maryland All State Music Festival - Morgan State U';
Events[249][3]   = '';
Events[249][4]   = '';
 
Events[250][0]   = '4/23/2008';
Events[250][1]   = '4/29/2008';
Events[250][2]   = '4/29 - Darfur Refugee Speakers Program. 7:00-9:00 p.m. - Cafeteria';
Events[250][3]   = '';
Events[250][4]   = '';
 
Events[266][0]   = '5/2/2008';
Events[266][1]   = '5/8/2008';
Events[266][2]   = '5/8 - Minority Scholars Incoming 9th Grade Parent Meeting, 7:00 p.m. - Cafeteria';
Events[266][3]   = '';
Events[266][4]   = '';

Events[295][0]   = '5/24/2008';
Events[295][1]   = '5/30/2008';
Events[295][2]   = '5/30-31 - Science Olympiad National Championships, GWU';
Events[295][3]   = '';
Events[295][4]   = '';
 
*/

//Events[154][0]   = '7/10/2007';
//Events[154][1]   = '7/18/2007';
//Events[154][2]   = '7/16-18 - Offsite Staff Leadership Retreat';
//Events[154][3]   = '';
//Events[154][4]   = '';

//Events[155][0]   = '7/23/2007';
//Events[155][1]   = '8/3/2007';
//Events[155][2]   = '7/29-8/3 - WJ Habitat for Humanity Trip to Garrett County MD';
//Events[155][3]   = '';
//Events[155][4]   = '';

//Events[183][0]   = '2/25/2008';
//Events[183][1]   = '3/4/2008';
//Events[183][2]   = '3/3-4 - Balfour collecting Graduation Announcment orders during lunch "Under the Clock"';
//Events[183][3]   = 'http://www.balfourmd.com';
//Events[183][4]   = 'You may also order online by clicking the above link.';

/*
Events[266][0]   = '5/7/2008';
Events[266][1]   = '5/9/2008';
Events[266][2]   = '5/9 - Boys Volleyball Playoff vs Northwood, 6:00 p.m. - Tilden Gym';
Events[266][3]   = '';
Events[266][4]   = '';
*/ 
/*
Events[268][0]   = '5/3/2008';
Events[268][1]   = '5/10/2008';
Events[268][2]   = '5/10 - Girls Lacrosse Playoff at Wootton, 12:00 p.m.';
Events[268][3]   = '';
Events[268][4]   = '';
*/
//Events[269][0]   = '5/3/2008';
//Events[269][1]   = '5/10/2008';
//Events[269][2]   = '5/10 - Softball Playoff vs Quince Orchard, 4:15 p.m. - Magruder HS';
//Events[269][3]   = '';
//Events[269][4]   = '';
/*
Events[269][0]   = '5/3/2008';
Events[269][1]   = '5/13/2008';
Events[269][2]   = '5/13 - Baseball Playoff vs Whitman, 5:00 p.m. - Whitman HS';
Events[269][3]   = '';
Events[269][4]   = '';

Events[270][0]   = '5/10/2008';
Events[270][1]   = '5/13/2008';
Events[270][2]   = '5/13 - Boys Volleyball Playoff vs Rockville, 6:00 p.m. - Tilden Gym';
Events[270][3]   = '';
Events[270][4]   = '';
 
Events[263][0]   = '5/2/2008';
Events[263][1]   = '5/8/2008';
Events[263][2]   = '5/8 - Girls Lacrosse Playoff vs Paint Branch, 5:00 p.m. - Paint Branch HS';
Events[263][3]   = '';
Events[263][4]   = '';
 
Events[271][0]   = '5/3/2008';
Events[271][1]   = '5/13/2008';
Events[271][2]   = '5/13 - Boys Lacrosse Playoff vs Wootton, 7:00 p.m. - Wootton HS';
Events[271][3]   = '';
Events[271][4]   = '';

*/
i = 0;

// The locations of the slashes in the date
var AFSlash, ALSlash, BFSlash, BLSlash;

// Starting date / ending date strings -- used for comparison
var sdate = "", edate = "";
var cdate;

    /* The Netscape and IE versions of Date::getYear() return different values.
     *   Netscape returns the number of years since 1900, while IE returns
     *   the four number year.
     *
     * NOTE: I have not tested this code on other browsers, so I am assuming
     *   that every other browser in existence returns the four number year. ;)
     */
    if(navigator.appName.toLowerCase().indexOf("netscape") != -1)
       cdate = parseInt(now.getYear()+1900) + "-";
//    else if(navigator.appName.toLowerCase().indexOf("internet explorer") != -1)
//       cdate = parseInt(now.getYear()) + "-";
    else
       cdate = parseInt(now.getYear()) + "-";

    if((now.getMonth()+1) < 10)
      cdate += "0";
    cdate += (parseInt(now.getMonth()+1) + "-");

    if(now.getDate() < 10)
      cdate += "0";
    cdate += parseInt(now.getDate());

document.write('<hr><h1>Coming up on the WJ Calendar...</h1>'); //write the category heading

for(i=0; i<MAX_ELEM; i++)
{
if (Events[i][0] != "@")
{
  AFSlash = Events[i][0].indexOf("/");
  ALSlash = Events[i][0].lastIndexOf("/");
  BFSlash = Events[i][1].indexOf("/");
  BLSlash = Events[i][1].lastIndexOf("/");

  sdate = Events[i][0].substring(ALSlash+1,Events[i][0].length) + "-";

  if(parseInt(Events[i][0].substring(0,AFSlash)) < 10)
    sdate += "0";
  sdate += (Events[i][0].substring(0,AFSlash) + "-");

  if(parseInt(Events[i][0].substring(AFSlash+1,ALSlash)) < 10)
    sdate += "0";
  sdate += Events[i][0].substring(AFSlash+1,ALSlash);

  edate = Events[i][1].substring(BLSlash+1,Events[i][1].length) + "-";

  if(parseInt(Events[i][1].substring(0,BFSlash)) < 10)
    edate += "0";
  edate += (Events[i][1].substring(0,BFSlash) + "-");

  if(parseInt(Events[i][1].substring(BFSlash+1,BLSlash)) < 10)
    edate += "0";
  edate += Events[i][1].substring(BFSlash+1,BLSlash);

/* prepare the data to display

 * If it's within the date range...
 * If blurb is blank don't display a + sign
 * If link is non-blank, code it.
 * Display the headline
 * Display any non-blank blurb 
 */

  if(sdate <= cdate && edate >= cdate)
   { var headline = "<h3>";
if (Events[i][4] != "")
  headline = headline + '<img src="/gr/collapse-small.gif" border="0" onclick="javascript:tdisplay(800' + i + ')" id="800' 
  + i + 'plus" class="plusminus"><img src="/gr/expand-small.gif" border="0" onclick="javascript:tdisplay(800' + i + 
  ')" id="800' + i + 'minus" style="display:none" class="plusminus">';

 if (Events[i][3] != "")
  headline = headline + '<a href="' + Events[i][3] + '" target="_blank">';  

 headline = headline + Events[i][2];

 if (Events[i][3] != "")
 headline = headline + '</a>';

 headline = headline + '</h3>';

 document.write('<span class="specstyle">' + headline + '</span>');

 if (Events[i][4] != "")
      document.write('<p id="800' + i + '" style="display:none">' + Events[i][4] + '</p>');

// Display the data
//       document.write('<span class="specstyle">' +
//       Events[i][2] + '</span><br><br>');
// debugging
//  document.write(sdate + " " + cdate + " " + edate + "<br>");

} 
} 
}
} // date-check
document.write('<p></p>'); //blank line at the end


// End hiding the Script-->
