function image() {
};

image = new image();
number = 0;

image[number++] = "<img src='image-library/marthas-vineyard-restaurant-001.jpg' width='330' height'210' alt='Entrance to the restaurant' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-002.jpg' width='330' height'218' alt='Looking towards the Public Bar' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-004.jpg' width='330' height'220' alt='Looking across the restaurant towards the marina' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-005.jpg' width='330' height'220' alt='View from the elevated patio ovelooking the marina towards Martha&rsquo;s Vineyard' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-006.jpg' width='330' height'200' alt='Looking into the restaurant towards the marina' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-007.jpg' width='330' height'199' alt='View from the elevated patio to the South East ovelooking the marina towards the Cleddau estuary' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-008.jpg' width='330' height'225' alt='View from the elevated patio looking South ovelooking Milford Haven Marina' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-009.jpg' width='330' height'225' alt='View from the elevated patio to the South East ovelooking the marina towards the Cleddau estuary' />"
image[number++] = "<img src='image-library/marthas-vineyard-restaurant-010.jpg' width='330' height'279' alt='View to the South East, looking up the Cleddau estuary from patio at Martha&rsquo;s Vineyard restaurant.' />"



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

document.write(image[increment]);