document.write("<div align='left' style='width:126px; height:58px; cursor:hand;background-image:url(20120503_1.jpg); background-repeat:no-repeat; '><div align='center' style='padding-left:70px; padding-top:40px; width:56px; color:#fff; font-size:10px; font-weight:bold; letter-spacing:1px;'>"); 
var timedate= new Date("May 3,2012"); 
var now = new Date(); 
var date = timedate.getTime() - now.getTime(); 
var time = Math.floor(date / (1000 * 60 * 60 * 24)); 
if (time >= 0) ; 
document.write(""+time +" Days"); 
document.write("</div></div>"); 
