function image() {
};

image = new image();
number = 0;

image[number++] = "<img src='images/random-local/1.jpg' border='0' alt='Photograph of local places of interest around Forest Field Cottage'>"
image[number++] = "<img src='images/random-local/2.jpg' border='0' alt='Photograph of local places of interest around Forest Field Cottage'>"
image[number++] = "<img src='images/random-local/3.jpg' border='0' alt='Photograph of local places of interest around Forest Field Cottage'>"
image[number++] = "<img src='images/random-local/4.jpg' border='0' alt='Photograph of local places of interest around Forest Field Cottage'>"
image[number++] = "<img src='images/random-local/5.jpg' border='0' alt='Photograph of local places of interest around Forest Field Cottage'>"


increment = Math.floor(Math.random() * number);

document.write(image[increment]);