/*
	Feel free to change these and add your own images.
	Each image has up to 4 attributes associated with it:
	[0] = Event Name
	[1] = Event description to be displayed
	[2] = Date to first display formatted = year month day, without spaces, ex= may 7, 2007 = 20070507
	[3] = Deadline in the same format
	[4] = link for the event
	
 */
/*********************************Misc Events*********************************************/
var eventArray		= new Array;
eventArray[0]		= new Array;
eventArray[0][0]		= "Campus Rec Inclement Weather Policy"
eventArray[0][1]		= "";
eventArray[0][2]		= "20091009";
eventArray[0][3]		= "20100401";
eventArray[0][4]		= "http://crec.unl.edu/facilities/inclement.shtml";
eventArray[1]		= new Array;
eventArray[1][0]		= "<b>Campus Rec Fall 2009 Activities/Event Guide is here!</b>"
eventArray[1][1]		= "";
eventArray[1][2]		= "20090806";
eventArray[1][3]		= "20091101";
eventArray[1][4]		= "http://crec.unl.edu/PDF/crecguide.pdf";
eventArray[2]		= new Array;
eventArray[2][0]		= "<b>NEWS! - East Campus Actvities Building Women's Locker Room</b>"
eventArray[2][1]		= "Locker room will be closed Monday, 1/26/09 for repairs!";
eventArray[2][2]		= "20090122";
eventArray[2][3]		= "20090125";
eventArray[2][4]		= "http://crec.unl.edu/east/index.shtml";
eventArray[3]		= new Array;
eventArray[3][0]		= "<b>GET REC'D 2009 Coming Soon!</b>"
eventArray[3][1]		= "January 22-23, 2009";
eventArray[3][2]		= "20081124";
eventArray[3][3]		= "20090123";
eventArray[3][4]		= "http://getrecd.com";
eventArray[4]		= new Array;
eventArray[4][0]		= "Free Fitness and Yoga Classes - Aug. 24-30, 2009 "
eventArray[4][1]		= "";
eventArray[4][2]		= "20090823";
eventArray[4][3]		= "20090830";
eventArray[4][4]		= "";
eventArray[5]		= new Array;
eventArray[5][0]		= "Labor Day Hours"
eventArray[5][1]		= "Campus Rec will have modified hours for Labor Day - September 4-7, 2009";
eventArray[5][2]		= "20090823";
eventArray[5][3]		= "20090907";
eventArray[5][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[6]		= new Array;
eventArray[6][0]		= "Fall Break Hours"
eventArray[6][1]		= "October 16-20, 2009";
eventArray[6][2]		= "20091002";
eventArray[6][3]		= "20091020";
eventArray[6][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[7]		= new Array;
eventArray[7][0]		= "Thanksgiving Hours"
eventArray[7][1]		= "Have a fantastic Thanksgiving break.";
eventArray[7][2]		= "20091028";
eventArray[7][3]		= "20091129";
eventArray[7][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[8]		= new Array;
eventArray[8][0]		= "Fitness and Mind&bull;Body"
eventArray[8][1]		= "Modified Schedule -December 6-12, 2009";
eventArray[8][2]		= "20091117";
eventArray[8][3]		= "20091212";
eventArray[8][4]		= "http://crec.unl.edu/fitness/deadweek.shtml";
eventArray[9]		= new Array;
eventArray[9][0]		= "Fitness and Mind&bull;Body"
eventArray[9][1]		= "Modified Schedule -December 13-19, 2009";
eventArray[9][2]		= "20091117";
eventArray[9][3]		= "20091219";
eventArray[9][4]		= "http://crec.unl.edu/fitness/finalsweek.shtml";
eventArray[10]		= new Array;
eventArray[10][0]		= "Finals Week Fitness/Yoga Schedule"
eventArray[10][1]		= "Modified Schedule!";
eventArray[10][2]		= "20071204";
eventArray[10][3]		= "20071221";
eventArray[10][4]		= "http://crec.unl.edu/fitness/classes.shtml#final";
eventArray[11]		= new Array;
eventArray[11][0]		= "Easter Weekend Hours"
eventArray[11][1]		= "April 10-12, 2009";
eventArray[11][2]		= "20090324";
eventArray[11][3]		= "20090412";
eventArray[11][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[12]		= new Array;
eventArray[12][0]		= "Winter Break Hours"
eventArray[12][1]		= "Adjusted Campus Rec facility hours - Dec. 19, 2008 to Jan. 11, 2009.";
eventArray[12][2]		= "20081201";
eventArray[12][3]		= "20090111";
eventArray[12][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[13]		= new Array;
eventArray[13][0]		= "Martin Luther King Jr. Day Hours"
eventArray[13][1]		= "Campus Recreation Facilities will have modified hours on January 19, 2009.";
eventArray[13][2]		= "20090107";
eventArray[13][3]		= "20090119";
eventArray[13][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[14]		= new Array;
eventArray[14][0]		= "Spring Break Hours"
eventArray[14][1]		= "Adjusted hours!";
eventArray[14][2]		= "20090302";
eventArray[14][3]		= "20090322";
eventArray[14][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml"; 
eventArray[15]		= new Array;
eventArray[15][0]		= "Maintenance Shutdown and Memorial Day Hours"
eventArray[15][1]		= "CRec and ECAB will have modified hours May 11-May 25.";
eventArray[15][2]		= "20090424";
eventArray[15][3]		= "20090525";
eventArray[15][4]		= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[16]		= new Array;
eventArray[16][0]		= "Lincoln Marathon"
eventArray[16][1]		= "Limited Parking on Sunday May 3!";
eventArray[16][2]		= "20090424";
eventArray[16][3]		= "20090503";
eventArray[16][4]		= "http://crec.unl.edu/";
eventArray[17]		= new Array;
eventArray[17][0]		= "Love Your Body Day"
eventArray[17][1]		= "Wednesday, October 18, Free Yoga Class, Food, and day pass for Faculty/Staff.  Chair Massages - $2 for 5 minutes.";
eventArray[17][2]		= "";
eventArray[17][3]		= "";
eventArray[17][4]		= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[18]		= new Array;
eventArray[18][0]		= "Drop-In Body Composition"
eventArray[18][1]		= "in CRec Strength Training Room, 3:00p-4:00p on September 12 &amp; 13, Cost $3 for Student, Member or Guest.";
eventArray[18][2]		= "20070906";
eventArray[18][3]		= "20070913";
eventArray[18][4]		= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[19]		= new Array;
eventArray[19][0]		= "Drop-In Body Composition"
eventArray[19][1]		= "in CRec Strength Training Room, 3:00p-4:00p on October 10 &amp; 11, Cost $3 for Student, Member or Guest.";
eventArray[19][2]		= "20071003";
eventArray[19][3]		= "20071011";
eventArray[19][4]		= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[20]		= new Array;
eventArray[20][0]		= "Week of Love"
eventArray[20][1]		= "Tuesday, February 12 at 6:30 pm in the Campus Rec Center (Court 5)";
eventArray[20][2]		= "20080203";
eventArray[20][3]		= "20080212";
eventArray[20][4]		= "http://crec.unl.edu/sponsorship/love.shtml";
eventArray[21]		= new Array;
eventArray[21][0]		= "Fall Break - Massage Therapy Special"
eventArray[21][1]		= "October 20-24, 2008 - 20% off any appointment";
eventArray[21][2]		= "20081013";
eventArray[21][3]		= "20081024";
eventArray[21][4]		= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[22]		= new Array;
eventArray[22][0]	= "Welcome Back to School - Massage Therapy Special"
eventArray[22][1]	= "September 21-25, 2009 - 20% off any appointment";
eventArray[22][2]	= "20090918";
eventArray[22][3]	= "20090925";
eventArray[22][4]	= "http://crec.unl.edu/sponsorship/events.shtml#backtoschool";
eventArray[23]		= new Array;
eventArray[23][0]	= "First Monday Massage Therapy Sale"
eventArray[23][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[23][2]	= "20080929";
eventArray[23][3]	= "20081006";
eventArray[23][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[24]		= new Array;
eventArray[24][0]	= "First Monday Massage Therapy Sale"
eventArray[24][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[24][2]	= "20081027";
eventArray[24][3]	= "20081103";
eventArray[24][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[25]		= new Array;
eventArray[25][0]	= "First Monday Massage Therapy Sale"
eventArray[25][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[25][2]	= "20081119";
eventArray[25][3]	= "20081201";
eventArray[25][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[26]		= new Array;
eventArray[26][0]	= "Drop-In Body Composition Testing"
eventArray[26][1]	= "Measure Your Percent Body Fat and Lean Body Mass, CRec Strength Training Room, 3:00p-4:00p on November 14th & 15th at the cost of $3 for students, members, and guests.";
eventArray[26][2]	= "20071107";
eventArray[26][3]	= "20071115";
eventArray[26][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[27]		= new Array;
eventArray[27][0]	= "UNL Spring Break Massage Therapy Sale"
eventArray[27][1]	= "March 16 - 20, 2009";
eventArray[27][2]	= "20090309";
eventArray[27][3]	= "20090320";
eventArray[27][4]	= "http://crec.unl.edu/sponsorship/events.shtml#fsmassage";
eventArray[28]		= new Array;
eventArray[28][0]	= "Massage Therapy Personal Relaxation Sale"
eventArray[28][1]	= "April 13-17, 2009";
eventArray[28][2]	= "20090406";
eventArray[28][3]	= "20090417";
eventArray[28][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[29]		= new Array;
eventArray[29][0]	= "First Monday Massage Therapy Sale"
eventArray[29][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[29][2]	= "20081230";
eventArray[29][3]	= "20090105";
eventArray[29][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[30]		= new Array;
eventArray[30][0]	= "Fitness Day Challenge 09"
eventArray[30][1]	= "Saturday, 2/21/09 (1:00p-3:00p) - Register by 2/6/09!";
eventArray[30][2]	= "20090121";
eventArray[30][3]	= "20090206";
eventArray[30][4]	= "http://crec.unl.edu/fitness/fitday_challenge.shtml";
eventArray[31]		= new Array;
eventArray[31][0]	= "Body Composition Analysis Testing"
eventArray[31][1]	= "in CRec Strength Training Room, 3:00p-4:00p on September 17 &amp; 18, Cost $3 for Student, Member or Guest.";
eventArray[31][2]	= "20080910";
eventArray[31][3]	= "20080918";
eventArray[31][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[32]		= new Array;
eventArray[32][0]	= "Body Composition Analysis Testing"
eventArray[32][1]	= "in CRec Strength Training Room, 3:00p-4:00p on October 15 &amp; 16, Cost $3 for Student, Member or Guest.";
eventArray[32][2]	= "20081008";
eventArray[32][3]	= "20081016";
eventArray[32][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[33]		= new Array;
eventArray[33][0]	= "Body Composition Analysis Testing"
eventArray[33][1]	= "in CRec Strength Training Room, 3:00p-4:00p on November 12 &amp; 13, Cost $FREE (ONLY on these dates)";
eventArray[33][2]	= "20081105";
eventArray[33][3]	= "20081113";
eventArray[33][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[34]		= new Array;
eventArray[34][0]	= "Body Composition Analysis Testing"
eventArray[34][1]	= "in CRec Strength Training Room, 3:00p-4:00p on April 9 &amp; 10, Cost $3 for Student, Member or Guest.";
eventArray[34][2]	= "";
eventArray[34][3]	= "";
eventArray[34][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[35]		= new Array;
eventArray[35][0]	= "Multipurpose Courts 1-4 Closed "
eventArray[35][1]	= "January 22-26, 2008 multipurpose courts 1-4 will be closed!";
eventArray[35][2]	= "20080108";
eventArray[35][3]	= "20080125";
eventArray[35][4]	= "http://crec.unl.edu/facilities/courts.shtml";
eventArray[36]		= new Array;
eventArray[36][0]	= "First Monday Massage Therapy Sale"
eventArray[36][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[36][2]	= "20090126";
eventArray[36][3]	= "20090202";
eventArray[36][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[37]		= new Array;
eventArray[37][0]	= "First Monday Massage Therapy Sale"
eventArray[37][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[37][2]	= "20090216";
eventArray[37][3]	= "20090302";
eventArray[37][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[38]		= new Array;
eventArray[38][0]	= "First Monday Massage Therapy Sale"
eventArray[38][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[38][2]	= "20090330";
eventArray[38][3]	= "20090406";
eventArray[38][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[39]		= new Array;
eventArray[39][0]	= "11th Annual Flatland Climbing Competition"
eventArray[39][1]	= "Jan. 25-26, 2008";
eventArray[39][2]	= "20071127";
eventArray[39][3]	= "20080125";
eventArray[39][4]	= "http://crec.unl.edu/outdoor/flatland.shtml";
eventArray[40]		= new Array;
eventArray[40][0]	= "Fitness Day Challenge 2009"
eventArray[40][1]	= "February 21, 2009 at 1p-3p";
eventArray[40][2]	= "";
eventArray[40][3]	= "";
eventArray[40][4]	= "http://crec.unl.edu/fitness/fitday_challenge.shtml";
eventArray[41]		= new Array;
eventArray[41][0]	= "Eating Awareness Disorder Week"
eventArray[41][1]	= "February 26, 2007 - March 2, 2007";
eventArray[41][2]	= "";
eventArray[41][3]	= "";
eventArray[41][4]	= "http://www.unl.edu/health/students/education/nutrition/edaw/";
eventArray[42]		= new Array;
eventArray[42][0]	= "Spring Break Survival Kits"
eventArray[42][1]	= "Pick them up while supplies last at the East Campus Activites Bldg. (March 11 starting at 10am), Campus Rec Center (March 12 starting at 11am)";
eventArray[42][2]	= "";
eventArray[42][3]	= "";
eventArray[42][4]	= "http://crec.unl.edu/sponsorship/spbreakkits.shtml";
eventArray[43]		= new Array;
eventArray[43][0]	= "Husker Kid and Husker Adventure Camp Employment Applications"
eventArray[43][1]	= "Click here to find out more information about employment opportunities!";
eventArray[43][2]	= "";
eventArray[43][3]	= "";
eventArray[43][4]	= "http://crec.unl.edu/facilities/jobs.shtml";
eventArray[44]		= new Array;
eventArray[44][0]	= "UNL Student Summer Membership Passes"
eventArray[44][1]	= "On Sale Now";
eventArray[44][2]	= "";
eventArray[44][3]	= "";
eventArray[44][4]	= "http://crec.unl.edu/membership/index.shtml";
eventArray[45]		= new Array;
eventArray[45][0]	= "16th Annual Intercampus Golf Classic Pictures"
eventArray[45][1]	= "";
eventArray[45][2]	= "20090522";
eventArray[45][3]	= "20090601";
eventArray[45][4]	= "http://crec.unl.edu/sponsorship/intercampusgolf.shtml";
eventArray[46]		= new Array;
eventArray[46][0]	= "Jr. Blackshirts&trade; Spring Game";
eventArray[46][1]	= "Register Now!";
eventArray[46][2]	= "20090225";
eventArray[46][3]	= "20090409";
eventArray[46][4]	= "http://crec.unl.edu/youth/blackshirts.shtml";
eventArray[47]		= new Array;
eventArray[47][0]	= "Summer 09 Fitness + Yoga Class Schedules"
eventArray[47][1]	= "";
eventArray[47][2]	= "20090424";
eventArray[47][3]	= "20090519";
eventArray[47][4]	= "http://crec.unl.edu/fitness/classes.shtml";
eventArray[48]		= new Array;
eventArray[48][0]	= "14th Annual Intercampus Golf Classic"
eventArray[48][1]	= "Results and Pictures Available";
eventArray[48][2]	= "";
eventArray[48][3]	= "";
eventArray[48][4]	= "http://crec.unl.edu/im/";
eventArray[49]		= new Array;
eventArray[49][0]	= "CREC Alumni and Friends Golf Tournament"
eventArray[49][1]	= "June 25, 2007 - Quarry Oaks Golf Course";
eventArray[49][2]	= "";
eventArray[49][3]	= "";	
eventArray[49][4]	= "http://crec.unl.edu/PDF/form_crec_alumni_golf_jun07.pdf";
eventArray[50]		= new Array;
eventArray[50][0]	= "Boot Camp Fitness Training"
eventArray[50][1]	= "Mondays & Wednesdays - 6/8/09-7/8/09";
eventArray[50][2]	= "20090509";
eventArray[50][3]	= "20090608";	
eventArray[50][4]	= "http://crec.unl.edu/sponsorship/events.shtml#bootcamp";
eventArray[51]		= new Array;
eventArray[51][0]	= "Independence Day Hours"
eventArray[51][1]	= "CREC modified hours and no fitness or yoga classes - July 3-5, 2009.";
eventArray[51][2]	= "20090630";
eventArray[51][3]	= "20090705";
eventArray[51][4]	= "http://crec.unl.edu/facilities/holiday/index.shtml";
eventArray[52]		= new Array;
eventArray[52][0]	= "Camp Bugeaters 2007"
eventArray[52][1]	= "August 15-16, 2007- UNL Challenge Course";
eventArray[52][2]	= "";
eventArray[52][3]	= "";
eventArray[52][4]	= "http://crec.unl.edu/outdoor/pdf/bugeaters_sum07.pdf";
eventArray[53]		= new Array;
eventArray[53][0]	= "Get the Fall 09 FitCard at a discounted price of $29"
eventArray[53][1]	= "if purchased by Sept. 8 (Not applicable to YogaPass, Annual, or Combo passes.)";
eventArray[53][2]	= "20090806";
eventArray[53][3]	= "20090908";
eventArray[53][4]	= "http://crec.unl.edu/fitness/index.shtml";
eventArray[54]		= new Array;
eventArray[54][0]	= "UNL faculty/staff payroll deduction available for Annual or Academic Fitcards and Yoga Passes"
eventArray[54][1]	= "Deadline to purchase with payroll deduction: September 8.";
eventArray[54][2]	= "20080822";
eventArray[54][3]	= "20080908";
eventArray[54][4]	= "http://crec.unl.edu/fitness/fitcard.shtml";
eventArray[55]		= new Array;
eventArray[55][0]	= "Free Week of Fitness and Yoga Classes - January 12-18, 2009"
eventArray[55][1]	= "";
eventArray[55][2]	= "20090111";
eventArray[55][3]	= "20090118";
eventArray[55][4]	= "http://crec.unl.edu/fitness/classes.shtml";
eventArray[56]		= new Array;
eventArray[56][0]	= "Financial Fitness Series for UNL Students-Call 472-0031 to register for the class!"
eventArray[56][1]	= "Wednesday, August 29, 2007 (11:00a-12:00p) - Campus Rec Center Rm. 230";
eventArray[56][2]	= "20070820";
eventArray[56][3]	= "20070829";
eventArray[56][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[57]		= new Array;
eventArray[57][0]	= "FREE Fitness Workshop - Free Weight Exercises"
eventArray[57][1]	= "Thursday, 2/12/09 (5:00p-6:00p) - CREC, Suite 230";
eventArray[57][2]	= "20090205";
eventArray[57][3]	= "20090212";
eventArray[57][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[58]		= new Array;
eventArray[58][0]	= "FREE Fitness Workshop - Stretching"
eventArray[58][1]	= "Thursday, 3/12/09 (5:00p-6:00p) - CREC, Suite 230";
eventArray[58][2]	= "20090305";
eventArray[58][3]	= "20090312";
eventArray[58][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[59]		= new Array;
eventArray[59][0]	= "FREE Fitness Workshop - Abdominal Exercises"
eventArray[59][1]	= "Thursday, 4/9/09 (5:00p-6:00p) - CREC, Suite 230";
eventArray[59][2]	= "20090402";
eventArray[59][3]	= "20090409";
eventArray[59][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[60]		= new Array;
eventArray[60][0]	= "UNL Student Massage Sale"
eventArray[60][1]	= "April 7-11, 2008";
eventArray[60][2]	= "20080331";
eventArray[60][3]	= "20080411";
eventArray[60][4]	= "http://crec.unl.edu/sponsorship/events.shtml#studentmassage";
eventArray[61]		= new Array;
eventArray[61][0]	= ""
eventArray[61][1]	= "Sunday, Octoher 7, 2007 (10:00a-12:00p)";
eventArray[61][2]	= "20071001";
eventArray[61][3]	= "20071007";
eventArray[61][4]	= "http://crec.unl.edu/outdoor/trips.shtml";
eventArray[62]		= new Array;
eventArray[62][0]	= "First Monday Massage Therapy Sale"
eventArray[62][1]	= "1st Monday of Every Month, receive $5 off a 1-Hour massage.";
eventArray[62][2]	= "20071126";
eventArray[62][3]	= "20071203";
eventArray[62][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[63]		= new Array;
eventArray[63][0]	= "Free Skate Nights - Ice Skating at the Ice Box"
eventArray[63][1]	= "Sunday, 1/11/09 (9:30p-11:30p) at The Ice Box - State Fair Grounds";
eventArray[63][2]	= "20090105";
eventArray[63][3]	= "20090111";
eventArray[63][4]	= "http://crec.unl.edu/sponsorship/events.shtml#freeskate";
eventArray[64]		= new Array;
eventArray[64][0]	= "Free Skate Nights - Ice Skating at the Ice Box"
eventArray[64][1]	= "Sunday, 2/1/09 (9:30p-11:30p) at The Ice Box - State Fair Grounds";
eventArray[64][2]	= "20090125";
eventArray[64][3]	= "20090201";
eventArray[64][4]	= "http://crec.unl.edu/sponsorship/events.shtml#freeskate";
eventArray[65]		= new Array;
eventArray[65][0]	= "Free Skate Nights - Ice Skating at the Ice Box"
eventArray[65][1]	= "Sunday, 2/15/09 (9:30p-11:30p) at The Ice Box - State Fair Grounds";
eventArray[65][2]	= "20090208";
eventArray[65][3]	= "20090215";
eventArray[65][4]	= "http://crec.unl.edu/sponsorship/events.shtml#freeskate";
eventArray[66]		= new Array;
eventArray[66][0]	= "Join Our Facebook Group!"
eventArray[66][1]	= "Group:  UNL Campus Recreation";
eventArray[66][2]	= "20070820";
eventArray[66][3]	= "20080531";
eventArray[66][4]	= "http://www.facebook.com/";
eventArray[67]		= new Array;
eventArray[67][0]	= "Fitness and Yoga Classes"
eventArray[67][1]	= "There will be no fitness or yoga classes offered on Monday, September 3, 2007!";
eventArray[67][2]	= "20070820";
eventArray[67][3]	= "20070903";
eventArray[67][4]	= "http://crec.unl.edu/fitness/classes.shtml";
eventArray[68]		= new Array;
eventArray[68][0]	= "Winning With Wellness"
eventArray[68][1]	= "Registration Details and Information - Program Begins September 28, 2008";
eventArray[68][2]	= "20080905";
eventArray[68][3]	= "20080929";
eventArray[68][4]	= "http://wellness.unl.edu/workwell.shtml";
eventArray[69]		= new Array;
eventArray[69][0]	= "Health Risk Assessment Survey - Please help us with future program offerings!"
eventArray[69][1]	= "Survey available September 24, 2007 - October 12, 2007";
eventArray[69][2]	= "20070923";
eventArray[69][3]	= "20071012";
eventArray[69][4]	= "http://crec.unl.edu/fitness/hra_survey.shtml";
eventArray[70]		= new Array;
eventArray[70][0]	= "FREE Zumba Class"
eventArray[70][1]	= "Jan. 18, 2009 (6:45p-7:45p - CRec Fitness Room)";
eventArray[70][2]	= "20090107";
eventArray[70][3]	= "20090118";
eventArray[70][4]	= "";
eventArray[71]		= new Array;
eventArray[71][0]	= "Fall Break Fitness and Yoga Class Schedule!"
eventArray[71][1]	= "Adjusted class times for October 17-21, 2008";
eventArray[71][2]	= "20081012";
eventArray[71][3]	= "20081021";
eventArray[71][4]	= "http://crec.unl.edu/fitness/classes_fallbreak.shtml";
eventArray[72]		= new Array;
eventArray[72][0]	= "Financial Fitness Series for UNL Students-Call 472-2087 to register for the class!"
eventArray[72][1]	= "Tuesday, Jan. 29, 2008 (5:00a-6:00p) - Campus Rec Center Rm. 55";
eventArray[72][2]	= "20080118";
eventArray[72][3]	= "20080129";
eventArray[72][4]	= "http://crec.unl.edu/sponsorship/events.shtml#financialseries";
eventArray[73]		= new Array;
eventArray[73][0]	= "New Rec Centers Open House to View Preliminary Designs-Open to All Faculty, Staff, and Students"
eventArray[73][1]	= "Wednesday, November 7, 2007 (2:00p-3:30p) at the Nebraska East Union Great Plains Room and (4:00p-5:30p) at the Nebraska City Union Regency Suites";
eventArray[73][2]	= "20071024";
eventArray[73][3]	= "20071107";
eventArray[73][4]	= "http://crec.unl.edu/recfuture/index.shtml";
eventArray[74]		= new Array;
eventArray[74][0]	= "Courts 5 and 6 Closed"
eventArray[74][1]	= "January 24-26, 2008 multipurpose courts 5-6 will be closed!";
eventArray[74][2]	= "20080108";
eventArray[74][3]	= "20080125";
eventArray[74][4]	= "http://crec.unl.edu/facilities/courts.shtml";
eventArray[75]		= new Array;
eventArray[75][0]	= "Massage Valentine's Day Gift Certificate Special"
eventArray[75][1]	= "January 30-February 14, 2008 - FREE $10 coupon with purchase of $45 worth of gift certificates";
eventArray[75][2]	= "20080124";
eventArray[75][3]	= "20080214";
eventArray[75][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[76]		= new Array;
eventArray[76][0]	= "Fitness Class Adjusted Schedule for Martin Luther King Jr. Day - January 21, 2008"
eventArray[76][1]	= "FREE Classes!";
eventArray[76][2]	= "20080114";
eventArray[76][3]	= "20080121";
eventArray[76][4]	= "http://crec.unl.edu/fitness/classes.shtml";
eventArray[77]		= new Array;
eventArray[77][0]	= "N-Lighten Nebraska UNL Challenge - February 1 - May 1, 2008"
eventArray[77][1]	= "";
eventArray[77][2]	= "20080114";
eventArray[77][3]	= "20080131";
eventArray[77][4]	= "http://crec.unl.edu/fitness/nlighten.shtml";
eventArray[78]		= new Array;
eventArray[78][0]	= "Husker Fitness Challenge 08"
eventArray[78][1]	= "Registration deadline on October 1, 2008";
eventArray[78][2]	= "20080901";
eventArray[78][3]	= "20081001";
eventArray[78][4]	= "http://crec.unl.edu/fitness/challenge08.shtml";
eventArray[79]		= new Array;
eventArray[79][0]	= "11th Annual Flatland Climbing Competition Results"
eventArray[79][1]	= "";
eventArray[79][2]	= "20080125";
eventArray[79][3]	= "20080201";
eventArray[79][4]	= "http://crec.unl.edu/outdoor/flat_results.shtml";
eventArray[80]		= new Array;
eventArray[80][0]	= "Husker Kid and Husker Adventure Camp *Priority Registration"
eventArray[80][1]	= "Begins Feb. 18, 2008 - *University community members and/or past participants";
eventArray[80][2]	= "20080207";
eventArray[80][3]	= "20080302";
eventArray[80][4]	= "http://crec.unl.edu/youth/camps.shtml";
eventArray[81]		= new Array;
eventArray[81][0]	= "Husker Kid and Husker Adventure Camp Open Registration"
eventArray[81][1]	= "Begins March 3, 2008";
eventArray[81][2]	= "20080207";
eventArray[81][3]	= "20080718";
eventArray[81][4]	= "http://crec.unl.edu/youth/camps.shtml";
eventArray[82]		= new Array;
eventArray[82][0]	= "Husker Summer Sports Camps!"
eventArray[82][1]	= "Now Hiring";
eventArray[82][2]	= "20090225";
eventArray[82][3]	= "20090403";
eventArray[82][4]	= "http://crec.unl.edu/facilities/jobs.shtml";
eventArray[83]		= new Array;
eventArray[83][0]	= "Spring Break Fitness + Yoga Class Schedules"
eventArray[83][1]	= "Adjusted schedules for-Fitness Yoga Classes - March 14-23, 2008";
eventArray[83][2]	= "20080305";
eventArray[83][3]	= "20080323";
eventArray[83][4]	= "http://crec.unl.edu/fitness/classes.shtml";
eventArray[84]		= new Array;
eventArray[84][0]	= "UNL Men's Hockey Club Golf Scramble"
eventArray[84][1]	= "Sunday, April 20, 2008";
eventArray[84][2]	= "20080408";
eventArray[84][3]	= "20080420";
eventArray[84][4]	= "http://www.unlhockeyclub.com/";
eventArray[85]		= new Array;
eventArray[85][0]	= "Faculty/Staff New Member Promotion"
eventArray[85][1]	= "April 24 - May 9, 2008 ";
eventArray[85][2]	= "20080419";
eventArray[85][3]	= "20080509";
eventArray[85][4]	= "http://crec.unl.edu/sponsorship/events.shtml";
eventArray[86]		= new Array;
eventArray[86][0]	= "Mabel Lee Hall Field Grand Opening"
eventArray[86][1]	= "October 27, 2008 from 5:30 p.m.-6:30 p.m.";
eventArray[86][2]	= "20080422";
eventArray[86][3]	= "20081027";
eventArray[86][4]	= "http://crec.unl.edu/recfuture/mlh.shtml";
eventArray[87]		= new Array;
eventArray[87][0]	= "Campus Rec Alumni and Friends Golf Tournament"
eventArray[87][1]	= "June 16, 2008";
eventArray[87][2]	= "20080506";
eventArray[87][3]	= "20080616";
eventArray[87][4]	= "http://crec.unl.edu/sponsorship/alumni/pdf/FORM_dvlp_alumnigolf_sum08.pdf";
eventArray[88]		= new Array;
eventArray[88][0]	= "15th Annual Intercampus Golf Classic Results and Pictures "
eventArray[88][1]	= "";
eventArray[88][2]	= "20080506";
eventArray[88][3]	= "20080526";
eventArray[88][4]	= "http://crec.unl.edu/sponsorship/intercampusgolf.shtml";
eventArray[89]		= new Array;
eventArray[89][0]	= "First Monday Massage Therapy Sale"
eventArray[89][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[89][2]	= "20090427";
eventArray[89][3]	= "20090504";
eventArray[89][4]	= "http://crec.unl.edu/outdoor/trips_blackhills.shtml";
eventArray[90]		= new Array;
eventArray[90][0]	= "First Monday Massage Therapy Sale"
eventArray[90][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[90][2]	= "20090525";
eventArray[90][3]	= "20090601";
eventArray[90][4]	= "http://crec.unl.edu/outdoor/trips_tetons.shtml";
eventArray[91]		= new Array;
eventArray[91][0]	= "First Monday Massage Therapy Sale"
eventArray[91][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[91][2]	= "20090629";
eventArray[91][3]	= "20090706";
eventArray[91][4]	= "http://crec.unl.edu/outdoor/trips_lakesuperior.shtml";
eventArray[92]		= new Array;
eventArray[92][0]	= "First Monday Massage Therapy Sale"
eventArray[92][1]	= "1st Monday of Every Month, Save 20% off any appointment.";
eventArray[92][2]	= "20090727";
eventArray[92][3]	= "20090803";
eventArray[92][4]	= "http://crec.unl.edu/fitness/nlighten.shtml";
eventArray[93]		= new Array;
eventArray[93][0]	= "Healthy Holiday Eating Workshop-FREE"
eventArray[93][1]	= "December 4, 2008 - 5:00pm-6:00pm";
eventArray[93][2]	= "20081101";
eventArray[93][3]	= "20081204";
eventArray[93][4]	= "http://crec.unl.edu/sponsorship/events.shtml#holidayeating";
eventArray[94]		= new Array;
eventArray[94][0]	= "Thanksgiving Break Fitness and Yoga Class Schedule!"
eventArray[94][1]	= "Adjusted class times for November 25-30, 2008";
eventArray[94][2]	= "20081114";
eventArray[94][3]	= "20081130";
eventArray[94][4]	= "http://crec.unl.edu/fitness/classes_thanksgiving.shtml";
eventArray[95]		= new Array;
eventArray[95][0]	= "Boot Camp Fitness Training"
eventArray[95][1]	= "Mondays & Wednesdays - 7/13/09-8/12/09";
eventArray[95][2]	= "20090628";
eventArray[95][3]	= "20090713";	
eventArray[95][4]	= "http://crec.unl.edu/sponsorship/events.shtml#bootcamp";
eventArray[96]		= new Array;
eventArray[96][0]	= "Marathon Training Class"
eventArray[96][1]	= "Tuesdays- 1/20/09-4/28/09";
eventArray[96][2]	= "20090112";
eventArray[96][3]	= "20090120";	
eventArray[96][4]	= "http://crec.unl.edu/sponsorship/events.shtml#marathon";
eventArray[97]		= new Array;
eventArray[97][0]	= "Free Skate Nights - Ice Skating at the Ice Box"
eventArray[97][1]	= "Sunday, 3/1/09 (9:30p-11:30p) at The Ice Box - State Fair Grounds";
eventArray[97][2]	= "20090216";
eventArray[97][3]	= "20090301";
eventArray[97][4]	= "http://crec.unl.edu/sponsorship/events.shtml#freeskate";
eventArray[98]		= new Array;
eventArray[98][0]	= "Free Skate Nights - Ice Skating at the Ice Box"
eventArray[98][1]	= "Sunday, 3/29/09 (9:30p-11:30p) at The Ice Box - State Fair Grounds";
eventArray[98][2]	= "20090322";
eventArray[98][3]	= "20090329";
eventArray[98][4]	= "http://crec.unl.edu/sponsorship/events.shtml#freeskate";
/*********************************Misc Events*********************************************/
var miscArray		= new Array;
miscArray[0]		= new Array;
miscArray[0][0]		= "East Campus Activities Bldg. will be without hot water for showers until further notice due to a emergency steam outage on East Campus"
miscArray[0][1]		= "";
miscArray[0][2]		= "";
miscArray[0][3]		= "";
miscArray[0][4]		= "#";
miscArray[1]		= new Array;
miscArray[1][0]		= "Free Fitness & Yoga Classes!!"
miscArray[1][1]		= "Take advantage of them, January 7 - January 13, 2008";
miscArray[1][2]		= "";
miscArray[1][3]		= "";
miscArray[1][4]		= "http://crec.unl.edu/fitness/index.shtml";
miscArray[2]		= new Array;
miscArray[2][0]		= "Amusement Park Tickets"
miscArray[2][1]		= "at reduced prices available at the Main Office!";
miscArray[2][2]		= "";
miscArray[2][3]		= "";
miscArray[2][4]		= "http://crec.unl.edu/facilities/amusement.shtml";
miscArray[3]		= new Array;
miscArray[3][0]		= "Jr Blackshirts"
miscArray[3][1]		= "Register for the Sept 1st Nevada Game by August 29, 2007!";
miscArray[3][2]		= "20070814";
miscArray[3][3]		= "20070829";
miscArray[3][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[4]		= new Array;
miscArray[4][0]		= "Jr Blackshirts"
miscArray[4][1]		= "Register for the Sept 15th USC Game by September 12, 2007!";
miscArray[4][2]		= "20070830";
miscArray[4][3]		= "20070912";
miscArray[4][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[5]		= new Array;
miscArray[5][0]		= "Jr Blackshirts"
miscArray[5][1]		= "Register for the Sept 22nd Ball State Game by September 19, 2007!";
miscArray[5][2]		= "20070907";
miscArray[5][3]		= "20070919";
miscArray[5][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[6]		= new Array;
miscArray[6][0]		= "Jr Blackshirts"
miscArray[6][1]		= "Register for the Sept 29th Iowa State Game by September 26, 2007!";
miscArray[6][2]		= "20070921";
miscArray[6][3]		= "20070926";
miscArray[6][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[7]		= new Array;
miscArray[7][0]		= "Jr Blackshirts"
miscArray[7][1]		= "Register for the Oct 13th Oklahoma State Game by October 10, 2007!";
miscArray[7][2]		= "20070928";
miscArray[7][3]		= "20071010";
miscArray[7][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[8]		= new Array;
miscArray[8][0]		= "Jr Blackshirts"
miscArray[8][1]		= "Register for the Oct 20th Texas A&amp;M Game by October 17, 2007!";
miscArray[8][2]		= "20071012";
miscArray[8][3]		= "20071017";
miscArray[8][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
miscArray[9]		= new Array;
miscArray[9][0]		= "Jr Blackshirts"
miscArray[9][1]		= "Register for the Nov 10th Kansas State Game by November 7, 2007!";
miscArray[9][2]		= "20071031";
miscArray[9][3]		= "20071107";
miscArray[9][4]		= "http://crec.unl.edu/youth/blackshirts.shtml";
/*
miscArray[0]		= new Array;
miscArray[0][0]		= "Big Red Welcome Party @ the Rec"
miscArray[0][1]		= "Friday, August 18, 2007 @ 9:00";
miscArray[0][2]		= "20070814";
miscArray[0][3]		= "20070819";
miscArray[0][4]		= "http://crec.unl.edu/facilities/crecparty.shtml";
*/
/*********************************Fitness*********************************************/
var fitArray		= new Array;
fitArray[0]		= new Array;
fitArray[0][0]		= "Pilates Mat Essentials Classes"
fitArray[0][1]		= "Starting August 28 or 29";
fitArray[0][2]		= "20070821";
fitArray[0][3]		= "20070829";
fitArray[0][4]		= "http://crec.unl.edu/fitness/index.shtml";
fitArray[1]		= new Array;
fitArray[1][0]		= "Pilates 2"
fitArray[1][1]		= "Starting August 29";
fitArray[1][2]		= "20070821";
fitArray[1][3]		= "20070829";
fitArray[1][4]		= "http://crec.unl.edu/fitness/index.shtml";
/*fitArray[2]		= new Array;
fitArray[2][0]		= "Big Red Welcome Party @ the Rec"
fitArray[2][1]		= "Friday, August 18, 2007 @ 9:00";
fitArray[2][2]		= "20070814";
fitArray[2][3]		= "20070819";
fitArray[2][4]		= "http://crec.unl.edu/facilities/crecparty.shtml";
fitArray[3]		= new Array;
fitArray[3][0]		= "Free Fitness Classes"
fitArray[3][1]		= "August 21 - August 27, 2007";
fitArray[3][2]		= "20070814";
fitArray[3][3]		= "20070827";
fitArray[3][4]		= "http://crec.unl.edu/fitness/index.shtml";
fitArray[4]		= new Array;
fitArray[4][0]		= "Amusement Park Tickets"
fitArray[4][1]		= "at reduced prices available at the Main Office!";
fitArray[4][2]		= "20070814";
fitArray[4][3]		= "20070915";
fitArray[4][4]		= "http://crec.unl.edu/facilities/amusement.shtml";
*/

/*********************************Intramural*********************************************/
var intraArray		= new Array;
intraArray[0]		= new Array;
intraArray[0][0]		= "Intramural Flag Football"
intraArray[0][1]		= "Play Starts: September 7, 2007, Registration Deadline: August 29, 2007";
intraArray[0][2]		= "20070821";
intraArray[0][3]		= "20070829";
intraArray[0][4]		= "http://crec.unl.edu/im";
intraArray[1]		= new Array;
intraArray[1][0]		= "Intramural Sports Tournament Night"
intraArray[1][1]		= "September 28, 2007, Registration Deadline for Tug-Of-War and 4-On-4 Volleyball: September 26, 2007, the rest of the registration is on-site";
intraArray[1][2]		= "20070913";
intraArray[1][3]		= "20070928";
intraArray[1][4]		= "http://crec.unl.edu/im";

document.write("<ul>");
var now=new Date();
var month = now.getMonth() + 1;
var day = now.getDate();
var year = now.getFullYear();
/*
year=2007;
month=09;
day=28;
*/
var today = (year*10000)+(month*100)+day;
/*document.write(today);*/
var eventcount=eventArray.length;
for(i=0;i<eventcount;i++)
{
	if((today>=eventArray[i][2])&&(today<=eventArray[i][3]))
	{
		document.write("<li><a href=\""+eventArray[i][4]+"\">"+eventArray[i][0]+"</a> - "+eventArray[i][1]+"</li>"); 
	}
}
var misccount=miscArray.length;
for(i=0;i<misccount;i++)
{
	if((today>=miscArray[i][2])&&(today<=miscArray[i][3]))
	{
		document.write("<li><a href=\""+miscArray[i][4]+"\">"+miscArray[i][0]+"</a> - "+miscArray[i][1]+"</li>"); 
	}
}
var reccount=recArray.length;
for(i=0;i<reccount;i++)
{
	if((today>=recArray[i][2])&&(today<=recArray[i][3]))
	{
		document.write("<li><a href=\""+recArray[i][4]+"\">"+recArray[i][0]+"</a> - "+recArray[i][1]+"</li>"); 
	}
}
var outcount=outArray.length;
for(i=0;i<outcount;i++)
{
	if((today>=outArray[i][2])&&(today<=outArray[i][3]))
	{
		document.write("<li><a href=\""+outArray[i][4]+"\">"+outArray[i][0]+"</a> - "+outArray[i][1]+"</li>"); 
	}
}
var fitcount=fitArray.length;
for(i=0;i<fitcount;i++)
{
	if((today>=fitArray[i][2])&&(today<=fitArray[i][3]))
	{
		document.write("<li><a href=\""+fitArray[i][4]+"\">"+fitArray[i][0]+"</a> - "+fitArray[i][1]+"</li>"); 
	}
}
var intracount=intraArray.length;
for(i=0;i<intracount;i++)
{
	if((today>=intraArray[i][2])&&(today<=intraArray[i][3]))
	{
		document.write("<li><a href=\""+intraArray[i][4]+"\">"+intraArray[i][0]+"</a> - "+intraArray[i][1]+"</li>"); 
	}
}
		document.write("</ul>");