<!--

images = new Array(10);

images[0] = "<img src='/images/rightimg1.jpg' width='288' alt='Carver Yachts'>";
images[1] = "<img src='/images/rightimg2.jpg' width='288' alt='Carver Yachts'>";
images[2] = "<img src='/images/rightimg3.jpg' width='288' alt='Carver Yachts'>";
images[3] = "<img src='/images/rightimg4.jpg' width='288' alt='Carver Yachts'>";
images[4] = "<img src='/images/rightimg5.jpg' width='288' alt='Carver Yachts'>";
images[5] = "<img src='/images/rightimg6.jpg' width='288' alt='Carver Yachts'>";
images[6] = "<img src='/images/rightimg7.jpg' width='288' alt='Carver Yachts'>";
images[7] = "<img src='/images/rightimg8.jpg' width='288' alt='Carver Yachts'>";
images[8] = "<img src='/images/rightimg9.jpg' width='288' alt='Carver Yachts'>";
images[9] = "<img src='/images/rightimg10.jpg' width='288' alt='Carver Yachts'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->