var d=new Date();
yr=d.getFullYear();
document.write("Copyright" + "&nbsp;" + "&copy;" + "&nbsp;" + yr);
