// JavaScript Document


 
window.onload=function annee() { 
d=new Date; 
a=d.getFullYear(); 
txt=+a ; 
Calkannee.innerHTML = txt; 
} 



