var numimg = 14;
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Compete/compete_aquatics.jpg";
imgAlt[0] = "Aquatics has been popular since the founding of Special Olympics in 1968";

rndimg[1] = "/nr/Public Website/Images/Compete/compete_athletics.jpg";
imgAlt[1] = "As in all Special Olympics sports, athletes participating in athletics are grouped in competition divisions according to ability level, age and gender";

rndimg[2] = "/nr/Public Website/Images/Compete/compete_basketball.jpg";
imgAlt[2] = "Special Olympics China basketball action";

rndimg[3] = "/nr/Public Website/Images/Compete/compete_bocce.jpg";
imgAlt[3] = "Dympna Brown in Special Olympics Northern Ireland for over 18 years, and earned its ‘Sportsperson of the Year’ award in 2002";

rndimg[4] = "/nr/Public Website/Images/Compete/compete_football.jpg";
imgAlt[4] = "Action is always intense in Special Olympics football (soccer)";

rndimg[5] = "/nr/Public Website/Images/Compete/compete_gymnastics.jpg";
imgAlt[5] = "Gymnastics was the first judged sport, and was introduced in 1972 at the third Special Olympics World Summer Games";

rndimg[6] = "/nr/Public Website/Images/Compete/compete_race.jpg";
imgAlt[6] = "Special Olympics believes that competition among those of equal abilities is the most appropriate means of testing skills, measuring progress and providing incentives for personal growth.";

rndimg[7] = "/nr/Public Website/Images/Compete/compete_rollerskating.jpg";
imgAlt[7] = "Roller Skating athletes are given the option to compete in artistic events, speed events or roller hockey";

rndimg[8] = "/nr/Public Website/Images/Compete/compete_sailing.jpg";
imgAlt[8] = "Speed, strength and smarts are three essential keys to unlocking success in any sport, and Special Olympics Sailing is no different";

rndimg[9] = "/nr/Public Website/Images/Compete/compete_snowboarding.jpg";
imgAlt[9] = "Snowboarding is not only one of the newer sports within the Olympic movement, but within Special Olympics too";

rndimg[10] = "/nr/Public Website/Images/Compete/compete_skiing.jpg";
imgAlt[10] = "Alpine Skiing is an exciting winter sport that challenges the athlete's downhill racing ability and coordination";

rndimg[11] = "/nr/Public Website/Images/Compete/compete_speedskating.jpg";
imgAlt[11] = "Winter Games competition — Special Olympics speed skaters may reach speeds of up to 32 kilometers per hour in the faster heats (Photo by Sven-Erik Hansson, for Special Olympics Alaska USA)";

rndimg[12] = "/nr/Public Website/Images/Compete/compete_tennis.jpg";
imgAlt[12] = "Like mainstream tennis, Special Olympics Tennis gives athletes the opportunity to learn and perform a variety of skills that can be played throughout life";

rndimg[13] = "/nr/Public Website/Images/Compete/compete_volleyball.jpg";
imgAlt[13] = "More than 23,000 Special Olympics athletes from 77 Programs compete in volleyball";


function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);