datedujour = new Date();
hdj=datedujour.getHours();
mdj=datedujour.getMinutes();
sdj=datedujour.getSeconds();
date_even = new Date(2012, 2, 28, hdj, mdj, sdj);//janv =0 > decemb =11
date1=datedujour.getTime();
date2=date_even.getTime();
nbrej= date2-date1;
nbrej= Math.round((Math.round(nbrej)/1000)/60/60/24);
document.write('<table onclick="document.location.href=\'http://www.lacourseducoeur.com\'" onMouseOver="this.style.cursor=\'pointer\'" background="http://www.phoceis.com/files/course-du-coeur/compteur2012/cdc_fond_car_170.jpg" cellpadding="0" cellspacing="0" width="170" height="255">');
document.write('<tr valign="top"><td style="text-align: center;padding-top:80px;font-family:Arial;font-size:48px;font-weight:bold;color:#333;">');
document.write('J-'+nbrej);
//document.write('<tr><td style="padding-left:42px;padding-top:23px;font-family:Arial;font-size:9px;font-weight:bold;">');
//document.write(' <p style="font-size:small;margin-left:-25px;">La 23eme Course <br/>du Coeur est partie !</p>');
document.write('</td></tr></table>');
