var theImages1 = new Array()

//Random-loading images
theImages1[0] = 'images/module-memberopp.jpg' // replace with names of images
theImages1[1] = 'images/module-memberopp.jpg' // replace with names of images
theImages1[2] = 'images/module-memberopp.jpg' // replace with names of images
theImages1[3] = 'images/module-memberopp.jpg' // replace with names of images

var j = 0
var p = theImages1.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages1[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage1(){
if(whichImage==0){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/membership-opportunities/"><img src="'+theImages1[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==1){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/membership-opportunities/"><img src="'+theImages1[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==2){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/membership-opportunities/"><img src="'+theImages1[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==3){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/membership-opportunities/"><img src="'+theImages1[whichImage]+'" border=0 width=200 height=200></a>');
}

}

var theImages2 = new Array()

//Random-loading images
theImages2[0] = 'images/module-vicecap.jpg' // replace with names of images
theImages2[1] = 'images/module-pastcap.jpg' // replace with names of images
theImages2[2] = 'images/module-vicecap.jpg' // replace with names of images
theImages2[3] = 'images/module-rules.jpg' // replace with names of images

var j = 0
var p = theImages2.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages2[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage2(){
if(whichImage==0){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/the-vice-captains-charity/"><img src="'+theImages2[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==1){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/about-us/past-captains/"><img src="'+theImages2[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==2){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/the-vice-captains-charity/"><img src="'+theImages2[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==3){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/about-us/rules/"><img src="'+theImages2[whichImage]+'" border=0 width=200 height=200></a>');
}

}

var theImages3 = new Array()

//Random-loading images
theImages3[0] = 'images/module-proshop.jpg' // replace with names of images
theImages3[1] = 'images/module-facilities.jpg' // replace with names of images
theImages3[2] = 'images/module-proshop.jpg' // replace with names of images
theImages3[3] = 'images/module-flora.jpg' // replace with names of images

var j = 0
var p = theImages3.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages3[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage3(){
if(whichImage==0){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/the-professional"><img src="'+theImages3[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==1){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/about-us/facilities/"><img src="'+theImages3[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==2){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/the-professional/"><img src="'+theImages3[whichImage]+'" border=0 width=200 height=200></a>');
}
else if(whichImage==3){
document.write('<a href ="http://www.dunstabledownsgolf.co.uk/the-course/flora-and-fauna/"><img src="'+theImages3[whichImage]+'" border=0 width=200 height=200></a>');
}

}
