$("[data-countdown]").each(function(){var n=$(this),s=$(this).data("countdown");n.countdown(s,function(n){$(this).html(n.strftime('
%D Days
%H Hours
%M Minutes
%S Seconds
'))})});