function portrait(){

var port2=23 //nombre de portraits dans le dossier
var image2=Math.floor(Math.random()*port2)+1

document.write('<img src="../images/participation/portrait'+image2+'.jpg" width="130" height="135" style="border-style:none">');
}
portrait();
