<!--
var today=new Date();
var thisyear=today.getFullYear();
document.write(thisyear);
// --->