cp=new Date();
now=cp.getFullYear();
document.write('2011 - '+now);
