    
        
  
       ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     (function ($) {
    "use strict";

    setInterval(function() {


        $('.counter').each(function() {
          if (!$(this).hasClass('applied')) {            
            $(this).counterUp({
                delay: 50,
                time: 2000
            });
            $(this).addClass('applied');
          }
        });



    }, 5000);


}(jQuery));
