31
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"30c2e404d6c1512e93b2adfb12e9f057","system.paths":{"root":"","base":""}}</script>]]>
|
356
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$('.list-videos li a').on('click',function(){
$('.list-videos li').removeClass('is-current');
var video = $(this);
video.parent().addClass('is-current');
$('.first').find('iframe').attr("src","https://www.youtube.com/embed/"+video.attr('data-video')+"?enablejsapi=1&autoplay=1");
$('.first').find('h3').html(video.attr('data-title'));
$('.first').find('p').html(video.attr('data-description'));
$('html, body').animate({
scrollTop: $(".first").offset().top
}, 2000);
});
});
</script>]]>
|
459
| <![CDATA[<script type="text/javascript">
(function() {
var scriptElement = document.createElement('script');
scriptElement.type = 'text/javascript';
scriptElement.async = true;
scriptElement.src = '//barra.brasil.gov.br/barra.js';
// the //example.com makes sure it will work on both http and https
var body = document.getElementsByTagName('body')[0];
body.appendChild(scriptElement);
})();
</script>]]>
|
473
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117760238-1');
</script>]]>
|