function ScriviAnno()
{
    var oggi = new Date();
    var anno = oggi.getFullYear();
    document.write(anno);
}


