var numimg = 13
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Locate/global_athletics.jpg";
imgAlt[0] = "Special Olympics Athletics is the most popular Special Olympics sport worldwide, with 272,865 athletes from 153 Programs participating";

rndimg[1] = "/nr/Public Website/Images/Locate/global_basketball.jpg";
imgAlt[1] = "Basketball competition during the Third Special Olympics Middle East/North Africa Regional Games, held in Beirut, Lebanon";

rndimg[2] = "/nr/Public Website/Images/Locate/global_bowling.jpg";
imgAlt[2] = "Bowling is one of the fastest growing Special Olympics sports, and most athletes compete under the same rules and circumstances as athletes on a professional tour";

rndimg[3] = "/nr/Public Website/Images/Locate/global_boy-sister.jpg";
imgAlt[3] = "Athlete Gotatweng Lesole and his sister and coach, Olerato Matenje, at Special Olympics Botswana's National Games";

rndimg[4] = "/nr/Public Website/Images/Locate/global_tennis_male.jpg";
imgAlt[4] = "Participation in Special Olympics training and competition is open to all persons with mental retardation  regardless of the level or degree of that person's disability";

rndimg[5] = "/nr/Public Website/Images/Locate/global_femalesoccer.jpg";
imgAlt[5] = "Special Olympics Belgium footballers Bea Baily and Annie Poep";

rndimg[6] = "/nr/Public Website/Images/Locate/global_football.jpg";
imgAlt[6] = "Today, the Special Olympics movement includes 1 million athletes who train and compete in 26 sports through more than 200 Programs in more than 150 countries around the world, but despite that growth, the Special Olympics movement touches less than 1 percent of the estimated 170 million people around the world with mental retardation";

rndimg[7] = "/nr/Public Website/Images/Locate/global_golf.jpg";
imgAlt[7] = "Both on the practice area and on the course, Special Olympics athletes participating in golf have gained the respect of their golf peers";

rndimg[8] = "/nr/Public Website/Images/Locate/global_gymnast.jpg";
imgAlt[8] = "Special Olympics offers children and adults with mental retardation the opportunity to develop physical fitness, demonstrate courage and experience joy through participation in the program";

rndimg[9] = "/nr/Public Website/Images/Locate/global_skater.jpg";
imgAlt[9] = "Special Olympics training and competition is available at no cost to every person with mental retardation who is at least 8 years old";

rndimg[10] = "/nr/Public Website/Images/Locate/global_snowshoeing.jpg";
imgAlt[10] = "Special Olympics provides athletes with mental retardation an opportunity to experience the excitement, joy and personal fulfillment associated with sport training and competition";

rndimg[11] = "/nr/Public Website/Images/Locate/global_team.jpg";
imgAlt[11] = "Special Olympics is committed to doubling the number of athletes in the movement to 2 million by 2005";

rndimg[12] = "/nr/Public Website/Images/Locate/global_tennis.jpg";
imgAlt[12] = "Nixeira Galvez of Special Olympics Panama competes in tennis";

function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);