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