//Javascript

<!--
imgURL  = new Array();


imgURL[0] = "images/index_ph001.jpg";
imgURL[1] = "images/index_ph002.jpg";
imgURL[2] = "images/index_ph003.jpg";
imgURL[3] = "images/index_ph009.jpg";


n = Math.floor(Math.random()*imgURL.length);
document.write("<img src='"+imgURL[n]+"' width='742' height='180' border='0'>");
// -->
