day = new Date();
date = ('' +day.getDate()+"/"+(day.getMonth() + 1)+ "/"+day.getYear()+ '');
document.write("Oggi è il " + date)