<!-- Begin
today=new Date();
y0=today.getFullYear();

document.write('1999-');
document.write(y0);
// End -->