13
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-285486-1');
</script>]]>
|
24
| <![CDATA[<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5XN554Z');</script>]]>
|
49
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"25aa6c0a929901be102b1c23c20e3f87","system.paths":{"root":"","base":""}}</script>]]>
|
213
| <![CDATA[<script>
var menuTop;
jQuery(document).ready(function(){
menuTop = jQuery(".envolve_menu").offset().top +10;
if(jQuery(this).scrollTop() >= menuTop){
jQuery("body").addClass("fixed");
} else {
jQuery("body").removeClass("fixed");
}
});
jQuery(window).on("scroll", function(){
if(jQuery(this).scrollTop() >= menuTop){
jQuery("body").addClass("fixed");
} else {
jQuery("body").removeClass("fixed");
}
});
</script>]]>
|
456
| <![CDATA[<script>
if(jQuery("img[title^='galeria']").length > 0) {
var galleryItems = [];
var order = -1;
jQuery("img[title^='galeria']").first().parent().before('<div id="slider" class="galeria__container"></div>');
jQuery("img[title^='galeria']").each(function(i, e) {
var _this = jQuery(e).parent();
var _order = parseInt(_this.find("img").attr("title").split("-")[1]);
var _img = _this.find("img").attr("src");
var _thumb = "https://servicodados.ibge.gov.br/api/v1/resize/image?caminho=" + location.origin + _this.find("img").attr("src") + '&maxwidth=140&maxheight=9999';
var _text = _this.find("figcaption").length == 0 ? "" : '<p>' + _this.find("figcaption").html() + '</p>';
item = '<div data-thumb="'+ _thumb +'" data-order="' + i + '"><img src="'+ _img +'" />' + _text + '</div>';
_this.remove();
if(isNaN(_order)) {
jQuery("#slider").append(item);
} else if(_order > order) {
jQuery("#slider").append(item);
order = _order;
} else {
jQuery("#slider").prepend(item);
}
});
jQuery('.galeria__container').bxSlider({
adaptiveHeight: true,
buildPager: function(slideIndex) {
return '<span style="background-image: url(' + jQuery('#slider > div[data-order=' + slideIndex + ']').attr('data-thumb') + ');"></span>';
}
});
}
jQuery(window).on("load", function() {
jQuery("table").each(function(i, e){
if(!jQuery(e).parent().hasClass("table__scroll__container"))
jQuery(e).wrap('<div class="table__scroll__container"></div>');
});
});
</script>]]>
|
540
| <![CDATA[<script>
var unique_getCod_var = '';
function unique_getCodMiniURLQR_main(){
var local_url = window.location.toString();
if (local_url.indexOf("barragov")<0)
{
var full_url = 'https://cod.ibge.gov.br/min?js=unique_getCod_var=&u=' + encodeURIComponent(local_url);
//unique_getCodMiniURLQR_ajax(full_url,unique_getCodMiniURLQR_AfterFunc);
}
}
function unique_getCodMiniURLQR_ajax(url,afterfunction) {
//Onde: url = URL a ser carregada | e afterfunction = fnção a ser executada apos o carregamento da url, opcional
var headID = document.getElementsByTagName("head")[0];
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
newScript.src = url;
newScript.id = 'tempdatascript' + Math.floor(Math.random()*9999999);
headID.appendChild(newScript);
if(navigator.appName == 'Microsoft Internet Explorer'){
newScript.onreadystatechange= function(){ if (this.readyState == 'complete' || this.readyState == 'loaded')afterfunction();}
}else{
newScript.onload = afterfunction;
}
}
function unique_getCodMiniURLQR_AfterFunc(){
//Matenha esta funcao vazia
}
unique_getCodMiniURLQR_main();
</script>]]>
|
578
| <![CDATA[<script>
var erro_servico = [];
</script>]]>
|