<!--

// This script only display the current year

var today=new Date();
document.write(today.getFullYear())

// -->