<!-- Hide this script from old browsers --

images = new Array();

images[0] = "../images/equestrian.jpg"

images[1] = "../images/lax.jpg"

images[2] = "../images/soccer.jpg"

images[3] = "../images/x_ctry.jpg"

images[4] = "../images/swimming.jpg"

images[5] = "../images/archery.jpg"



//More images can be added following the same format.

//The script will automatically adapt for more images.



/* this function is no longer needed

function RandElement(IList)

{

    return(IList[Math.round(Math.random()*(IList.length-1))]);

}

*/

// -- End Hiding Here -->

//-->

