<!--
images = new Array()

images[0] = "<img src='images/GNT_3.jpg' width='360' height='215' alt=''>";
images[1] = "<img src='images/2.jpg' width='360' height='215' alt=''>";
images[2] = "<img src='images/GNT_3.jpg' width='360' height='215' alt=''>";

pick = Math.floor(Math.random() * images.length);
document.write(images[pick]);
//-->
