var random = Math.random() ;
var picnum = Math.round(random*11)+1;
document.write('<img src=images/random/img_'+picnum+'.jpg>')