<!-- Start

oggi=new Date()
aa=oggi.getYear()


// NOTE: If you use a ' add a slash before it like this \'

document.write(' <a href="pagina.asp?cat=1" class="foot">Contatto</a> | ');

//document.write(' <a href="pagina.asp?cat=2" class="foot">Galleria</a> | ');

document.write(' <a href="index.asp" class="foot">Home</a>');

document.write('<br>');

document.write('&copy; Copyright ');

document.write(aa);

document.write(' <a href="index.asp" target="_top" class="foot">FASSI Srl</a> C.F. P.IVA 02574070161');

document.write('<br>');


//  End -->