  var curDate = new Date()
  //if(curDate.getFullYear() == 2009 && curDate.getMonth() == 11 /*&& curDate.getDate() >= 20*/) {
   //if(curDate.getDate() == 26) {
    
	document.getElementById('countdown').innerHTML = "";//"<center><table><tr><td></td><td><b><span style='color: #bb0000; font-size: 22pt;'>Sale Now On</span</span></b></td><td></tr></table>";
   //} else if(curDate.getDate() > 26) {
   //} else {
   // updateTimer()
   //}
