var d=new Date();
yr=d.getFullYear();
if (yr!=2000)
document.write("&copy;"+yr);