img = new Array();
img[0] = "001.jpg";
img[1] = "002.jpg";
img[2] = "003.jpg";
n = Math.floor(Math.random()*img.length);
document.write("<img src='index_images/"+img[n]+"' width='746' height='208' border='0'>");

