æÊ¦jp'q^Ö¼¦jCû~{Accept-Encoding,User-Agent4]cåËDŽù$¦UCêh KEY: https://fanatef.com.br/login/js/main.js HTTP/1.1 200 OK Date: Sun, 13 Sep 2026 15:10:14 GMT Server: Apache Last-Modified: Tue, 17 Mar 2020 19:39:28 GMT Accept-Ranges: bytes Content-Length: 1722 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript $(function() { $("#owl-demo").owlCarousel({ loop: false, mouseDrag: true, items: 1, nav: true, dots: false, autoPlay: true, autoplayTimeout: 4000, smartSpeed: 1300, }); $("#owl-demo2").owlCarousel({ loop: false, margin: 30, stagePadding: 0, mouseDrag: true, items: 2, dots: false, nav: true, autoPlay: true, autoplayTimeout: 4000, smartSpeed: 1300, responsive: { 0: { items: 1 }, 480: { items: 1 }, 768: { items: 1 }, 992: { items: 2 }, 1200: { items: 2 } } }); $(".fancy").fancybox({ openEffect: 'elastic', closeEffect: 'elastic' }); //Mídia $('.fancybox-media') .attr('rel', 'media-gallery') .fancybox({ openEffect: 'none', closeEffect: 'none', prevEffect: 'none', nextEffect: 'none', arrows: false, helpers: { media: {}, buttons: {} } }); counter(); }); function counter() { $('.stat-number').each(function() { var size = $(this).text().split(".")[1] ? $(this).text().split(".")[1].length : 0; $(this).prop('Counter', 0).animate({ Counter: $(this).text() }, { duration: 5000, step: function(func) { $(this).text(parseFloat(func).toFixed(size)); } }); }); }