<!-- // Modifica il testo in coda al sito - By Gianluca

function legalFoot()
{
	if (document.getElementById('Footer_divAzienda') != null)
	{
		msg = '<center>Sede: Via Del Rione Sirignano, 7 - 80100, Napoli - Registro imprese di Napoli - R.E.A. 732363 - P.IVA: 05089201213</center>';

		document.getElementById('Footer_divAzienda').innerHTML = msg;
	}
}
legalFoot();

-->