// JavaScript Document to automatically update the copyright year in the footer
<!--
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
datestring = ""+year+"";
//-->
