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