// -- js

document.write('Copyright &copy; ' +
(new Date()).getFullYear());
//document.write('Copyright &copy; 1998-' +
//(new Date()).getFullYear());



// EOF