window.addEvent('domready', function() {
	
  var list = $$('.commentage')
	list.each(function(element) {
    new Countdown(element , {countplus:true}); 
	});
  
});
