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