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