<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '<a href="homes-for-sale.asp"><img src="images/SideImages/mainImage1.jpg"></a>'
theImages[1] = '<a href="https://www.verdant-booking.co.uk/Booking1.asp?intParkID=2"><img src="images/SideImages/mainImage2.jpg"></a>'
theImages[2] = '<a href="https://www.verdant-booking.co.uk/Booking1.asp?intParkID=2"><img src="images/SideImages/mainImage3.jpg"></a>'
theImages[3] = '<a href="contact-us.asp"><img src="images/SideImages/mainImage4.jpg"></a>'
theImages[4] = '<a href="contact-us.asp"><img src="images/SideImages/mainImage5.jpg"></a>'

// do not edit anything below this line

var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write(theImages[whichImage]);
}

//  End -->



<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages2 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages2[0] = 'images/SideImages/small/mainImage7.jpg'
theImages2[1] = 'images/SideImages/small/mainImage9.jpg'

// do not edit anything below this line

var j2 = 0
var p2 = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p2; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p2-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}

//  End -->
