function mostraCopyright() {

var htmlString = '&copy; 2001 - Associazione Marco Mascagna ONLUS'

document.write(htmlString)

}

