<!-- visualizzatore anno corrente sul copyright

    today=new Date();
    y0=today.getFullYear();
	document.write(y0);

// --->