// Data
today = new Date()
document.write(today.getDate(),"/",today.getMonth()+1,"/",(today.getYear()+1900));