<!--

images = new Array(5);

images[0] = "<img src='/images/construction_rightimg1.jpg' width='288' alt='Carver Yachts Construction'>";
images[1] = "<img src='/images/construction_rightimg2.jpg' width='288' alt='Carver Yachts Construction'>";
images[2] = "<img src='/images/construction_rightimg3.jpg' width='288' alt='Carver Yachts Construction'>";
images[3] = "<img src='/images/construction_rightimg4.jpg' width='288' alt='Carver Yachts Construction'>";
images[4] = "<img src='/images/construction_rightimg5.jpg' width='288' alt='Carver Yachts Construction'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->