/*********************************************
* Script that updates the year automatically
**********************************************/
<!-- 
var year="";
mydate = new Date();
myyear= mydate.getFullYear(); 
year = myyear;
document.write(year);
// -->
