// JavaScript Document
		images = new Array(10);
		images[0] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-1.jpg' width='917' height='215' alt='Homebuyer Surveys'>";
		images[1] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-2.jpg' width='917' height='215' alt='Homebuyer Surveys'>";
		images[2] = "<img src='http://www.rhampshirehomesurvey.co.uk/images/stories/main-images/main-3.jpg' width='917' height='215' alt='Lease Renewals and Lettings Advice'>";
		images[3] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-4.jpg' width='917' height='215' alt='Property Valuations'>";
		images[4] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-5.jpg' width='917' height='215' alt='Lease Renewals and Lettings Advice'>";
		images[5] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-6.jpg' width='917' height='215' alt='Homebuyer Surveys'>";
		images[6] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-7.jpg' width='917' height='215' alt='Homebuyer Surveys'>";
		images[7] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-8.jpg' width='917' height='215' alt='Homebuyer Surveys'>";
		images[8] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-9.jpg' width='917' height='215' alt='Property Valuations'>";
		images[9] = "<img src='http://www.hampshirehomesurvey.co.uk/images/stories/main-images/main-10.jpg' width='917' height='215' alt='Property Valuations'>";
		index = Math.floor(Math.random() * images.length);
		document.write(images[index]);