var numimg = 23;
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Miscellaneous/misc_autograph.jpg";
imgAlt[0] = "Special Olympics athlete Loretta Claiborne signs an autograph for an admiring young fan";

rndimg[1] = "/nr/Public Website/Images/Miscellaneous/misc_tennis.jpg";
imgAlt[1] = "In addition to offering traditional singles and doubles events, Special Olympics offers individual skills competition to allow athletes to train and compete in basic tennis skills";

rndimg[2] = "/nr/Public Website/Images/Miscellaneous/misc_celebration.jpg";
imgAlt[2] = "Special Olympics competition is often an experience that is energizing and joyful to all athletes";

rndimg[3] = "/nr/Public Website/Images/Miscellaneous/misc_coke_bear.jpg";
imgAlt[3] = "There's always time for fun and socializing at Special Olympics events";

rndimg[4] = "/nr/Public Website/Images/Miscellaneous/misc_equestrian.jpg";
imgAlt[4] = "Special Olympics athletes who compete in the equestrian events learn to ride, develop sports skills and gain the self-confidence to direct and control a horse";

rndimg[5] = "/nr/Public Website/Images/Miscellaneous/misc_figureskating.jpg";
imgAlt[5] = "Figure skating is one the few judged Special Olympics sports";

rndimg[6] = "/nr/Public Website/Images/Miscellaneous/misc_flame.jpg";
imgAlt[6] = "With 20,000 events around the world each year, the Special Olympics Flame of Hope is never extinguished";

rndimg[7] = "/nr/Public Website/Images/Miscellaneous/misc_floorhockey.jpg";
imgAlt[7] = "Floor Hockey is adapted from the games of ice hockey and ringette and played in a rink, but the surface is made of wood or concrete, not ice";

rndimg[8] = "/nr/Public Website/Images/Miscellaneous/misc_golf.jpg";
imgAlt[8] = "Like most golfers, Special Olympics athletes are driven by the challenge of competing and mastering the game";

rndimg[9] = "/nr/Public Website/Images/Miscellaneous/misc_gymnastics.jpg";
imgAlt[9] = "Male and female gymnasts may compete in all events offered (All Around) or may be specialists, competing in one, two, or more events ";

rndimg[10] = "/nr/Public Website/Images/Miscellaneous/misc_interview.jpg";
imgAlt[10] = "Jamie Lazaroff, Special Olympics Connecticut Athlete and Global Messenger, has covered two international events as a television reporter, including the 1997 Special Olympics World Winter Games in Toronto, Canada";

rndimg[11] = "/nr/Public Website/Images/Miscellaneous/misc_kiss.jpg";
imgAlt[11] = "Special Olympics strives to be an experience that is welcoming";

rndimg[12] = "/nr/Public Website/Images/Miscellaneous/misc_malegymnast.jpg";
imgAlt[12] = "Special Olympics Gymnastics was first included in 1972 as an official sport in the Third International Special Olympics World Summer Games";

rndimg[13] = "/nr/Public Website/Images/Miscellaneous/misc_athletics.jpg";
imgAlt[13] = "Special Olympics believes that consistent training is essential to the development of sports skills, and that competition among those of equal abilities is the most appropriate means of testing these skills, measuring progress and providing incentives for personal growth";

rndimg[14] = "/nr/Public Website/Images/Miscellaneous/misc_mensbball.jpg";
imgAlt[14] = "Basketball was the first team sport to be added to the Special Olympics official sports offerings, in 1970 at the second Special Olympics World Summer Games";

rndimg[15] = "/nr/Public Website/Images/Miscellaneous/misc_motherdaughter.jpg";
imgAlt[15] = "Elena Procopiu poses with her daughter Claudia, who competed in athletics at the 12th Special Olympics Romania National Games, 11-12 October, 2002, Bucharest, Romania";

rndimg[16] = "/nr/Public Website/Images/Miscellaneous/misc_numberone.jpg";
imgAlt[16] = "Special Olympics empowers people with mental retardation to realize their full potential and develop their skills through year-round sports training and competition";

rndimg[17] = "/nr/Public Website/Images/Miscellaneous/misc_pairsskating.jpg";
imgAlt[17] = "Special Olympics Figure Skating features singles and pairs jumps, lifts and many feats of strength and precision";

rndimg[18] = "/nr/Public Website/Images/Miscellaneous/misc_parent_interview.jpg";
imgAlt[18] = "Youths participating in the First Special Olympics East Asia Youth Summit interviewed parents at the Family Leadership Forum";

rndimg[19] = "/nr/Public Website/Images/Miscellaneous/misc_powerlifter.jpg";
imgAlt[19] = "The bar may test a powerlifter's physical abilities, but an internal desire to improve — to not settle for less — is the drive behind the strain and dedication of the sport";

rndimg[20] = "/nr/Public Website/Images/Miscellaneous/misc_racing.jpg";
imgAlt[20] = "Special Olympics provides athletes with mental retardation an opportunity to experience the excitement, joy and personal fulfillment associated with sport training and competition";

rndimg[21] = "/nr/Public Website/Images/Miscellaneous/misc_reporter.jpg";
imgAlt[21] = "One of the objectives of Youth Summit participants is to be the eyes, ears and voice of young people by covering Special Olympics Games as reporters, interviewing fellow athletes, volunteers and family members";

rndimg[22] = "/nr/Public Website/Images/Miscellaneous/misc_tabletennis.jpg";
imgAlt[22] = "Table Tennis is a fast-paced sport that requires excellent hand and eye coordination";



function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);