/*
	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 Dates, ie. September 5 - October 12, 2007
	[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
	[5] = Event description to be displayed
	[6] = Event Days, ie. Tuesdays/Thursdays
	[7] = Event Time, ie. 4:30p-6:00p
	[8] = Event Location, ie. MABL South, Gym
	[9] = Event Price Student/Member/Guest, ie. $25 / $55 / $70 OR $15 students only
	
 */
 
/*********************************Rec & Leisure*********************************************/
var recArray		= new Array;
recArray[0]		= new Array;
recArray[0][0]		= "Adult CPR and First Aid";
recArray[0][1]		= "3/3/2010";
recArray[0][2]		= "20090601";
recArray[0][3]		= "20100303";
recArray[0][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#cpr";
recArray[0][5]		= "training";
recArray[0][6]		= "Wednesday";
recArray[0][7]		= "5:30p-8:00p";
recArray[0][8]		= "CREC Suite 230";
recArray[0][9]		= "$20 /  $20 / $30";
recArray[1]		= new Array;
recArray[1][0]		= "Athletic Training Basics";
recArray[1][1]		= "1/25/2010 - 5/3/2010";
recArray[1][2]		= "20091201";
recArray[1][3]		= "20100125";
recArray[1][4]		= "http://crec.unl.edu/ipcare/index.shtml#tab5name";
recArray[1][5]		= "training";
recArray[1][6]		= "Mondays";
recArray[1][7]		= "7:00p-9:00p";
recArray[1][8]		= "CREC Suite 230";
recArray[1][9]		= "$15/  $NA / $NA";
recArray[2]		= new Array;
recArray[2][0]		= "Athletic Training Basics";
recArray[2][1]		= "1/28/2010 - 5/6/2010";
recArray[2][2]		= "20091201";
recArray[2][3]		= "20100128";
recArray[2][4]		= "http://crec.unl.edu/ipcare/index.shtml#tab5name";
recArray[2][5]		= "training";
recArray[2][6]		= "Thursdays";
recArray[2][7]		= "7:00p-9:00p";
recArray[2][8]		= "CREC Suite 230";
recArray[2][9]		= "$15/  $NA / $NA";
recArray[3]		= new Array;
recArray[3][0]		= "Ballroom & Country Dance";
recArray[3][1]		= "2/2/2010 - 2/23/2010";
recArray[3][2]		= "20090601";
recArray[3][3]		= "20100223";
recArray[3][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#ballroom";
recArray[3][5]		= "lessons";
recArray[3][6]		= "Tuesdays";
recArray[3][7]		= "7:30p-9:00p";
recArray[3][8]		= "East Campus Union";
recArray[3][9]		= "$15 /  $15 / $20 - single <br /> $25 /  $25 / $35 - couple";
recArray[4]		= new Array;
recArray[4][0]		= "Beginning Golf";
recArray[4][1]		= "4/5/10 - 4/21/10";
recArray[4][2]		= "20090914";
recArray[4][3]		= "20100421";
recArray[4][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#golf";
recArray[4][5]		= "lessons";
recArray[4][6]		= "Mondays / Wednesdays";
recArray[4][7]		= "5:00p-6:30p";
recArray[4][8]		= "CREC, Suite 230 - 1st Class Only";
recArray[4][9]		= "$55 /  $55 / $70";
recArray[5]		= new Array;
recArray[5][0]		= "BOOT CAMP Fitness";
recArray[5][1]		= "3/30/2010 - 4/29/2010";
recArray[5][2]		= "20090814";
recArray[5][3]		= "20100328";
recArray[5][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#bootcamp";
recArray[5][5]		= "training";
recArray[5][6]		= "Tuesdays / Thursdays";
recArray[5][7]		= "6:00a-7:00a";
recArray[5][8]		= "Mabel Lee Hall Field";
recArray[5][9]		= "$100 /  $100 / $175";
recArray[6]		= new Array;
recArray[6][0]		= "Marathon Training";
recArray[6][1]		= "1/19/2010 - 4/27/2010";
recArray[6][2]		= "20091001";
recArray[6][3]		= "20100119";
recArray[6][4]		= "http://crec.unl.edu/sponsorship/events.shtml#marathon";
recArray[6][5]		= "class";
recArray[6][6]		= "Tuesdays";
recArray[6][7]		= "6:30p-7:30p";
recArray[6][8]		= "CREC, Suite 230";
recArray[6][9]		= "$100 /  $100 / $NA";
recArray[7]		= new Array;
recArray[7][0]		= "Massage Therapy Basics";
recArray[7][1]		= "02/08/2010";
recArray[7][2]		= "20091201";
recArray[7][3]		= "20100208";
recArray[7][4]		= "http://crec.unl.edu/massage/index.shtml#classes";
recArray[7][5]		= "lessons";
recArray[7][6]		= "Monday";
recArray[7][7]		= "5:30p-7:30p";
recArray[7][8]		= "CREC, Suite 230";
recArray[7][9]		= "$20 /  $20 / $30";
recArray[8]		= new Array;
recArray[8][0]		= "Shotokan Karate";
recArray[8][1]		= "2/2/10 - 3/11/10";
recArray[8][2]		= "20090601";
recArray[8][3]		= "20100311";
recArray[8][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#shotokan";
recArray[8][5]		= "lessons";
recArray[8][6]		= "Tuesdays / Thursdays";
recArray[8][7]		= "5:45p-7:15p";
recArray[8][8]		= "MABL, South Gym";
recArray[8][9]		= "$25 /  $25 / $35";
recArray[9]		= new Array;
recArray[9][0]		= "Shotokan Karate";
recArray[9][1]		= "3/23/10 - 4/29/10";
recArray[9][2]		= "20090601";
recArray[9][3]		= "20100429";
recArray[9][4]		= "http://crec.unl.edu/recclasses/descriptions.shtml#shotokan";
recArray[9][5]		= "lessons";
recArray[9][6]		= "Tuesdays / Thursdays";
recArray[9][7]		= "5:45p-7:15p";
recArray[9][8]		= "MABL, South Gym";
recArray[9][9]		= "$25 /  $25 / $35";
