// JavaScript Document
function SpecialEvent(title, link, image) {
	this.title = title;
	this.link = link;
	this.image = image;
}					

var specialEvents = new Array();
//Ayurveda &amp; Restorative Yoga classes start date has been pushed back to Monday, June 15.
//Sale located in the EAC

specialEvents[0] = new SpecialEvent("Fall Wellness Classes", "/recreation/SpecialEvents/Wellness_fall.pdf", "SpecialEvents/wellnessfall.jpg");
specialEvents[1] = new SpecialEvent("Fall Group Exercise Classes", "/recreation/SpecialEvents/GpEx_Poster_F09.pdf", "SpecialEvents/groupexercisefall.jpg");
specialEvents[2] = new SpecialEvent("Fall Special Events Calendar", "/recreation/SpecialEvents/fall09_specialevents.pdf", "SpecialEvents/fall09_specialevents.jpg");
specialEvents[3] = new SpecialEvent("Fall 2009 BBC Flyer", "/recreation/SpecialEvents/BBC_flyer_info.pdf", "SpecialEvents/bbc.jpg");
specialEvents[4] = new SpecialEvent("Vikings vs Bengals", "/recreation/SpecialEvents/vikingsbengals.pdf", "SpecialEvents/vikingsbengals.jpg");
specialEvents[5] = new SpecialEvent("Lifeguard Recertification Class", "/recreation/SpecialEvents/lifeguard.pdf", "SpecialEvents/lifeguard.jpg");
specialEvents[6] = new SpecialEvent("Fitness Bingo", "/recreation/SpecialEvents/FitnessBingo.pdf", "SpecialEvents/fitnessBingo.jpg");
specialEvents[7] = new SpecialEvent("Recess Workout", "/recreation/SpecialEvents/recessWorkout.pdf", "SpecialEvents/recessWorkout.jpg");