var images=new Array(); //var imgindex=0; function writeImage() { images[images.length]='/content/ChaletRoyale/AboutUs/aboutus-1.jpg'; images[images.length]='/content/ChaletRoyale/AboutUs/aboutus-2.jpg'; images[images.length]='/content/ChaletRoyale/AboutUs/aboutus-3.jpg'; images[images.length]='/content/ChaletRoyale/AboutUs/aboutus-4.jpg'; images[images.length]='/content/ChaletRoyale/AboutUs/aboutus-5.jpg'; var p; p = images.length; var whichImage = Math.floor(Math.random()*(p)); if (whichImage == images.length) { whichImage-- } document.write(''); }