<!-- hide from old browsers

imgs = new Array(2);

imgs[0] = '<img src="http://questergallery.com/gallery/im/9486.jpg" border="0">';
imgs[1] = '<img src="http://questergallery.com/gallery/im/9678.jpg" alt="" border="0">';

index = Math.floor(Math.random() * imgs.length);

document.write(imgs[index]);

// stop hiding -->
