var now = new Date();
var year = now.getYear();
year += (year < 1900) ? 1900 : 0;
document.write("<table border=0 width=100% height=8% cellspacing=0 cellpadding=0><tr><td width=\"100%\" height=\"5%\">&nbsp;</td></tr><tr><td width=100% bgcolor=#000B9 height=3%><p align=center><font size=1 face=\"verdana, arial, helvetica, sans-serif\" color=\"#ffffff\">© 1960-"+year+" LA GALVANO </font></p></td></tr></table>")