var n=new Date();
var y=n.getYear();
if (y<1900) y+=1900;
document.write('&copy; 2005-'+y);