var pix = 10;
var num = Math.floor(1 + (pix)*Math.random());
document.write('<img src="/images/eventDescription/' + num + '.jpg">');


