function writecopyright() { var now = new Date() var year = now.getUTCFullYear() // Scrive la data document.write(" ©1997-"+year) }