datedujour = new Date();
hdj=datedujour.getHours();
mdj=datedujour.getMinutes();
sdj=datedujour.getSeconds();
date_even = new Date(2010, 2, 17, 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.trans-forme.org\'" onMouseOver="this.style.cursor=\'pointer\'" background="http://www.phoceis.com/echange/cdc/cdc_fond_car10_170.jpg" cellpadding="0" cellspacing="0" width="170" height="255">');
document.write('<tr valign="top"><td style="padding-left:25px;padding-top:90px;font-family:Arial;font-size:48px;font-weight:bold;">');
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>');