// JavaScript Document
var n = Math.floor(Math.random()*4) ;
document.write("<IMG src='img/img"+n+".jpg' width='760' height='272' border='0'>");