var numimg = 8;
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Coach/coach_discussion.jpg";
imgAlt[0] = "Coaches give Special Olympics athletes the most immediate awareness of their own worth, ability, courage and capacity to grow and improve";

rndimg[1] = "/nr/Public Website/Images/Coach/coach_facepaint.jpg";
imgAlt[1] = "To get involved with Special Olympics as a coach, contact your local Program";

rndimg[2] = "/nr/Public Website/Images/Coach/coach_floorhockey.jpg";
imgAlt[2] = "Coaches play a unique and indispensable role in Special Olympics around the world";

rndimg[3] = "/nr/Public Website/Images/Coach/coach_golf.jpg";
imgAlt[3] = "Special Olympics coaches provide the sports skills and spirit that define a true athlete";

rndimg[4] = "/nr/Public Website/Images/Coach/coach_hug.jpg";
imgAlt[4] = "Special Olympics coaches often find that the personal rewards received are equal to or even outweigh the benefits they offer the athletes";

rndimg[5] = "/nr/Public Website/Images/Coach/coach_skating.jpg";
imgAlt[5] = "Special Olympics coaches have a unique opportunity to work with athletes in competitive situations to assist in their training for life";

rndimg[6] = "/nr/Public Website/Images/Coach/coach_softball.jpg";
imgAlt[6] = "Special Olympics coaches are role models and character builders";

rndimg[7] = "/nr/Public Website/Images/Coach/coach_skiing.jpg";
imgAlt[7] = "Coaching at Special Olympics Colorado's 2003 Winter Games at Copper Mountain Resort (photo by John Carr)";

function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);