var numimg = 7;
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Volunteer/volunteer_alpine.jpg";
imgAlt[0] = "Volunteers can get involved at the state/provincial, national or international level, or offer their services locally at a Special Olympics Program in their community";

rndimg[1] = "/nr/Public Website/Images/Volunteer/volunteer_bike.jpg";
imgAlt[1] = "Special Olympics would not exist today — and could not have been created —  without the time, energy, commitment and enthusiasm of the more than 500,000 Special Olympics volunteers";

rndimg[2] = "/nr/Public Website/Images/Volunteer/volunteer_duo.jpg";
imgAlt[2] = "Volunteering for Special Olympics can create lifelong friendships and rewards of immeasurable value";

rndimg[3] = "/nr/Public Website/Images/Volunteer/volunteer_hug.jpg";
imgAlt[3] = "As a Special Olympics volunteer you will take pride in knowing that you are an important part of a global movement that provides athletes with mental retardation an opportunity to experience the excitement, joy and personal fulfillment associated with sport training and competition";

rndimg[4] = "/nr/Public Website/Images/Volunteer/volunteer_medal.jpg";
imgAlt[4] = "Volunteer with Special Olympics and make a difference in the lives of more than 1 million athletes, their families and your community";

rndimg[5] = "/nr/Public Website/Images/Volunteer/volunteer_romania.jpg";
imgAlt[5] = "Gabriela Szabo, world titleholder in the 1,500 m, with Special Olympics Romania athletes at awards ceremonies";

rndimg[6] = "/nr/Public Website/Images/Volunteer/volunteer_pennants.jpg";
imgAlt[6] = "Creekside High School students Emory Morgan and Amy Hindman volunteering with Special Olympics Georgia USA";

function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);