<!-- hide from old browsers

imgs = new Array(4);

imgs[0] = '<img src="i/9716.jpg" alt="I.O.D.\'S AT MOUNT DESERT by David Bareford" border="1" vspace="10">';
imgs[1] = '<img src="i/9633.jpg" alt="15 METRES RACING OFF COWES, C. 1913 by William Bishop" border="1" vspace="10">';
imgs[2] = '<img src="i/9730.jpg" alt="GRAND BANKERS by John Stobart" border="1" vspace="10">';
imgs[3] = '<img src="i/9612.jpg" alt="BATTERY PARK STROLL by Dusan Kadlec" border="1" vspace="10">';

index = Math.floor(Math.random() * imgs.length);

document.write(imgs[index]);

// stop hiding -->
