var r=Math.random()
document.write("<img src='images/images/index" + (1 + Math.floor((Math.random()*51))) + ".jpg'>");

