 <!--
 var data2=new Date()
 mn=data2.getMinutes();

if (mn >=00 && mn < 03)
 {
 document.write ('<img src="images/index/Minuti_00.gif" width="102" height="102" />') 
 }
if (mn >=03 && mn < 8)
 {
 document.write ('<img src="images/index/Minuti_05.gif" width="102" height="102" />') 
 }
if (mn >=8 && mn < 13)
 {
 document.write ('<img src="images/index/Minuti_10.gif" width="102" height="102" />') 
 }
if (mn >=13 && mn < 18)
 {
 document.write ('<img src="images/index/Minuti_15.gif" width="102" height="102" />') 
 }
if (mn >=18 && mn < 23)
 {
 document.write ('<img src="images/index/Minuti_20.gif" width="102" height="102" />') 
 }
if (mn >=23 && mn < 28)
 {
 document.write ('<img src="images/index/Minuti_25.gif" width="102" height="102" />')
 }
if (mn >=28 && mn < 33)
 {
 document.write ('<img src="images/index/Minuti_30.gif" width="102" height="102" />')
 }
if (mn >=33 && mn < 38)
 {
 document.write ('<img src="images/index/Minuti_35.gif" width="102" height="102" />') 
 }
if (mn >=38 && mn < 43)
 {
 document.write ('<img src="images/index/Minuti_40.gif" width="102" height="102" />') 
 }
if (mn >=43 && mn < 48)
 {
 document.write ('<img src="images/index/Minuti_45.gif" width="102" height="102" />') 
 }
if (mn >=48 && mn < 53)
 {
 document.write ('<img src="images/index/Minuti_50.gif" width="102" height="102" />') 
 }
if (mn >=53 && mn < 58)
 {
 document.write ('<img src="images/index/Minuti_55.gif" width="102" height="102" />')
 }
if (mn >=58 && mn < 61)
 {
 document.write ('<img src="images/index/Minuti_00.gif" width="102" height="102" />') 
 }
 // -->