âÂhjû{ò]Ò´hjÊo˜l—”Accept-Encoding,User-Agent¥ö|Ôµ|Ïüüø¿Í4 KEY: https://iemif.com.br/sitenovo/wp-content/themes/iemif/js/main.js HTTP/1.1 200 OK Date: Tue, 28 Jul 2026 13:55:30 GMT Server: Apache Last-Modified: Thu, 12 Dec 2019 17:42:19 GMT Accept-Ranges: bytes Content-Length: 3372 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript $(function() { $("#owl-demo").owlCarousel({ loop: true, mouseDrag: true, autoplay:true, autoplayTimeout:4000, smartSpeed: 1300, items: 1 }); $("#owl-demo2").owlCarousel({ loop: false, margin: 0, stagePadding: 15, mouseDrag: true, items: 3, dots: false, nav: true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 768: { items: 2 }, 992: { items: 2 }, 1200: { items: 3 } } }); $("#owl-demo3").owlCarousel({ loop: false, margin: 30, stagePadding: 0, mouseDrag: true, items: 2, dots: false, nav: true, 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: {} } }); openWindow(); addTitle(); addImg(); moveTime(); addBtnDownload(); addBoxTotal(); moveBoxTotal(); }); function openWindow() { var iframe = $('.box-iframe').find('iframe').attr('src'); $('.new-window').attr('href', iframe); } function addImg() { $('.podcast_player .mejs-container .mejs-inner').prepend('
'); } function moveTime() { $('.podcast_player .mejs-container .mejs-inner .mejs-controls').append('
'); $('.mejs-currenttime-container').appendTo($(".podcast_player .mejs-container .mejs-inner .mejs-controls .times_box")); $('.podcast_player .mejs-container .mejs-inner .mejs-controls .times_box').append('
/
'); $('.mejs-duration-container').appendTo($(".podcast_player .mejs-container .mejs-inner .mejs-controls .times_box")); } function addBtnDownload() { $('.podcast_player .mejs-container .mejs-inner .mejs-controls .times_box').append('
 
'); var link = $('.podcast-meta-download').attr('href'); $('.download_box a').attr('href', link); } function addTitle() { var title = $('.titulo').text(); $('.podcast_player .mejs-container .mejs-inner').prepend('
' + title + '
'); } function addBoxTotal() { $('.podcast_player .mejs-container .mejs-inner').append('
'); } function moveBoxTotal() { $('.title_box').appendTo($(".podcast_player .mejs-container .mejs-inner .box_total")); $('.mejs-controls').appendTo($(".podcast_player .mejs-container .mejs-inner .box_total")); }