function image() {
};

image = new image();
number = 0;

image[number++] = "<img src='random-home/image1.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image2.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image3.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image4.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image5.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image6.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image7.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image8.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image9.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image10.jpg' border='0' alt='Montage of photographs from the Penrith area'>"
image[number++] = "<img src='random-home/image11.jpg' border='0' alt='Montage of photographs from the Penrith area'>"


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

document.write(image[increment]);