<!--	var ct = 5;     // Number of images	var image = new Array(ct);image[0] = "photo_3885_main2.jpg";image[1] = "photo_3894fin_main2.jpg";image[2] = "photo_3783sh_main2.jpg";image[3] = "photo_3753_main2.jpg";image[4] = "photo_3825_main2.jpg";function pickRandom(range) {if (Math.random)return Math.round(Math.random() * (range-1));else {var now = new Date();return (now.getTime() / 1000) % range; 	}}var choice = pickRandom(ct);document.writeln('<img src="../secimages/photos/'+image[choice]+'" width="425" height="200" border="0" alt="" vspace="16">');// -->