function RandomizeImage(){var imagesarray=["/budgetWeb/images/common/homepage_car_shots-a.jpg","/budgetWeb/images/common/homepage_car_shots-b.jpg","/budgetWeb/images/common/homepage_car_shots-c.jpg"];var randomnumber=Math.round(Math.random()*(imagesarray.length-1));document.randomizedImage.src=imagesarray[randomnumber];}