var n = 1; 
var r = 31;  
n = (Math.round(Math.random()*r) + 1);

document.write('<img src="fiori/rosa' + n + '.jpg" width="280">');
