/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

today=new Date();
y0=today.getFullYear();
document.write(y0);
