 document.write('<center>© ');
 today=new Date(); 
 y0=today.getFullYear();
 document.write(y0);
 document.write(' The Thomson Corporation');
