yy = new Date().getYear();if (yy < 2000) { yy += 1900; }document.write("Copyright (C) "+yy);
