today=new Date();
y1=today.getFullYear()+1;
document.write('<span style=" ">  '+y1+' </span>');

