// ******************** CAMBIA ANNO ******************

today = new Date()
anno = today.getYear()
   document.write ("2000-"+anno)


