dd = new Date();
yy = dd.getYear();
if (yy < 2000) { yy += 1900; }

document.write("Copyright &copy; 2005 - " + yy + " Aventi. co., ltd.");