var photoIndex=Math.floor(Math.random()*5)+1;
var urlBuild='/images/back_photo_'+photoIndex+'.jpg';
document.write('<img src='+urlBuild+' alt="" class="feature_photo" />');