var numimg = 7;
var rndimg = new Array(numimg);
var imgAlt = new Array(numimg);

        
rndimg[0] = "/nr/Public Website/Images/Support/support_boy.jpg";
imgAlt[0] = "Children and adults with mental retardation who participate in Special Olympics develop improved physical fitness and motor skills, greater self-confidence and a more positive self-image";

rndimg[1] = "/nr/Public Website/Images/Support/support_cingular.jpg";
imgAlt[1] = "Volunteering for and supporting Special Olympics can bring your employees, colleagues and clients together for one purpose — inspiring greatness in Special Olympics athletes and their families";

rndimg[2] = "/nr/Public Website/Images/Support/support_cycling.jpg";
imgAlt[2] = "Individual donors, corporate partners and many others make it possible for Special Olympics offer children and adults with mental retardation the opportunity to develop physical fitness, demonstrate courage and experience joy through participation in the program";

rndimg[3] = "/nr/Public Website/Images/Support/support_globes.jpg";
imgAlt[3] = "Football Star Roy Keane helps launch 2003 World Games Support an Athlete Program with (L-R) Special Olympics Ireland athletes Philip Hayes and Nicola Browne, launch parade participants Amandeep Sing and Melanie Ntoko, and Special Olympics Ireland athlete Kiera Richards. [Photo: B. Moran / SPORTSFILE] ";

rndimg[4] = "/nr/Public Website/Images/Support/support_letr.jpg";
imgAlt[4] = "The Law Enforcement Torch Run® began in 1981 as a way to raise both funds and awareness for local Special Olympics Programs";

rndimg[5] = "/nr/Public Website/Images/Support/support_medal.jpg";
imgAlt[5] = "In addition to traditional medals for first, second and third places, athletes finishing from fourth to last place are presented a suitable place ribbon at Awards Ceremonies in order to commemorate their participation";

rndimg[6] = "/nr/Public Website/Images/Support/support_torch.jpg";
imgAlt[6] = "The Special Olympics World Games alternate every two years — the 2003 World Summer Games will be held in Dublin, Ireland, on 20-29 June; the 2005 World Winter Games will be held in Nagano, Japan, on 26 February-5 March";

function pickRandom(range) 
	{
		return Math.round(Math.random() * (range-1));
	}
var choice = pickRandom(numimg);