8
| <![CDATA[<script type="text/javascript"> var epic_news_ajax_url = 'https://www.camarasetebarras.sp.gov.br/?epic-ajax-request=epic-ne'; </script>]]>
|
23
| <![CDATA[<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.camarasetebarras.sp.gov.br/#website","url":"https://www.camarasetebarras.sp.gov.br/","name":"C\u00e2mara Municipal de Sete Barras","description":"","potentialAction":[{"@type":"SearchAction","target":"https://www.camarasetebarras.sp.gov.br/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"WebPage","@id":"https://www.camarasetebarras.sp.gov.br/contato/#webpage","url":"https://www.camarasetebarras.sp.gov.br/contato/","name":"Contato - C\u00e2mara Municipal de Sete Barras","isPartOf":{"@id":"https://www.camarasetebarras.sp.gov.br/#website"},"datePublished":"2021-02-11T15:18:08+00:00","dateModified":"2021-05-17T12:30:38+00:00","breadcrumb":{"@id":"https://www.camarasetebarras.sp.gov.br/contato/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https://www.camarasetebarras.sp.gov.br/contato/"]}]},{"@type":"BreadcrumbList","@id":"https://www.camarasetebarras.sp.gov.br/contato/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://www.camarasetebarras.sp.gov.br/","url":"https://www.camarasetebarras.sp.gov.br/","name":"In\u00edcio"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://www.camarasetebarras.sp.gov.br/contato/","url":"https://www.camarasetebarras.sp.gov.br/contato/","name":"Contato"}}]}]}</script>]]>
|
89
| <![CDATA[<script type="text/javascript">function setREVStartSize(e){
//window.requestAnimationFrame(function() {
window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
try {
var pw = document.getElementById(e.c).parentNode.offsetWidth,
newh;
pw = pw===0 || isNaN(pw) ? window.RSIW : pw;
e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
if(e.layout==="fullscreen" || e.l==="fullscreen")
newh = Math.max(e.mh,window.RSIH);
else{
e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
var nl = new Array(e.rl.length),
ix = 0,
sl;
e.tabw = e.tabhide>=pw ? 0 : e.tabw;
e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
e.tabh = e.tabhide>=pw ? 0 : e.tabh;
e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
sl = nl[0];
for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);
}
if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style"));
document.getElementById(e.c).height = newh+"px";
window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }";
} catch(e){
console.log("Failure at Presize of Slider:" + e)
}
//});
};</script>]]>
|
432
| <![CDATA[<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery.RealAccessability({
hideOnScroll: false
});
});
<!-- /END -->
</script>]]>
|
441
| <![CDATA[<script type="text/javascript">
function determineEnglish() {
var body = document.body;
var textContent = body.textContent || body.innerText;
var textContent = textContent.replace(/\n/g," ");
var textContent = textContent.replace(/\r/g," ");
var textContent = textContent.replace(/\t/g," ");
var textContent = textContent.replace(/ /g,"");
var textLeft = textContent.replace(/\W+/g,"");
var oldc = textContent.length;
var newc = textLeft.length;
var ratio = newc/oldc;
if(ratio>.8) {
return "english";
} else {
return "other";
}
}
window.accPlayerStatus = "uninit";
if(responsiveVoice.voiceSupport() && determineEnglish()=="english") {
var obj = document.getElementById("btnAccPlay");
obj.style.cursor="pointer";
} else {
document.getElementById("real-accessability-player").style.display="none";
}
if(navigator.userAgent.indexOf("OPR")!=-1) {
document.getElementById("real-accessability-player").style.display="none";
}
function accPlayer(btnType) {
// TURN ALL TO GRAY
var playObj = document.getElementById("btnAccPlay");
var pauseObj = document.getElementById("btnAccPause");
var stopObj = document.getElementById("btnAccStop");
if(btnType=="play") {
if(window.accPlayerStatus=="uninit") {
// CHANGE STATUS TO PLAYING
window.accPlayerStatus = "playing";
// LOAD THE PAGE CONTENT ALONE
var u = location.href;
var s = document.createElement("script");
s.setAttribute("type","text/javascript")
s.src = "//508fi.org/js/speech.php?u="+encodeURIComponent(u);
document.getElementsByTagName("head")[0].appendChild(s);
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("blue","gray");
stopObj.src = stopObj.src.replace("gray","red");
pauseObj.src = pauseObj.src.replace("gray","blue");
} else if(window.accPlayerStatus=="playing") {
} else if(window.accPlayerStatus=="paused") {
// CHANGE STATUS TO PLAYING
window.accPlayerStatus = "playing";
// RESUME PLAYING
responsiveVoice.resume();
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("blue","gray");
stopObj.src = stopObj.src.replace("gray","red");
pauseObj.src = pauseObj.src.replace("gray","blue");
} else if(window.accPlayerStatus=="stopped") {
// CHANGE STATUS TO PLAYING
window.accPlayerStatus = "playing";
// LOAD THE PAGE CONTENT ALONE
var u = location.href;
var s = document.createElement("script");
s.setAttribute("type","text/javascript")
s.src = "//508fi.org/js/speech.php?u="+encodeURIComponent(u);
document.getElementsByTagName("head")[0].appendChild(s);
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("blue","gray");
stopObj.src = stopObj.src.replace("gray","red");
pauseObj.src = pauseObj.src.replace("gray","blue");
} else {
}
} else if(btnType=="pause") {
if(window.accPlayerStatus=="uninit") {
} else if(window.accPlayerStatus=="playing") {
// CHANGE STATUS TO PLAYING
window.accPlayerStatus = "paused";
// PAUSE READING
responsiveVoice.pause();
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("gray","blue");
stopObj.src = stopObj.src.replace("gray","red");
pauseObj.src = pauseObj.src.replace("blue","gray");
} else if(window.accPlayerStatus=="paused") {
} else if(window.accPlayerStatus=="stopped") {
} else {
}
} else if(btnType=="stop") {
if(window.accPlayerStatus=="uninit") {
} else if(window.accPlayerStatus=="playing") {
// STOP READING
responsiveVoice.cancel();
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("gray","blue");
stopObj.src = stopObj.src.replace("red","gray");
pauseObj.src = pauseObj.src.replace("blue","gray");
} else if(window.accPlayerStatus=="paused") {
// STOP READING
responsiveVoice.cancel();
// ASSIGN CORRECT COLORS
playObj.src = playObj.src.replace("gray","blue");
stopObj.src = stopObj.src.replace("red","gray");
pauseObj.src = pauseObj.src.replace("blue","gray");
} else if(window.accPlayerStatus=="stopped") {
} else {}
} else {}
}
</script>]]>
|
618
| <![CDATA[<script type='text/javascript' id='wp-polyfill-js-after'>
( 'fetch' in window ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-fetch.min-efa40f5fe9ad6c17881cd29e422ead62.js" defer></scr' + 'ipt>' );( document.contains ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min-ccca804e77a8a5105ae7bf089171b9a5.js" defer></scr' + 'ipt>' );( window.DOMRect ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min-07828049c85147f1ce7e60098d44a1b4.js" defer></scr' + 'ipt>' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-url.min-d4864cfe7a585dab4e5cfb434d808f8a.js" defer></scr' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-formdata.min-7976751707a53a3dfdf25ff0849ddf69.js" defer></scr' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script data-minify="1" src="https://www.camarasetebarras.sp.gov.br/wp-content/cache/min/1/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min-8621af079f883e7547538eba19bf3286.js" defer></scr' + 'ipt>' );
</script>]]>
|
623
| <![CDATA[<script type='text/javascript' id='lodash-js-after'>
window.lodash = _.noConflict();
</script>]]>
|
628
| <![CDATA[<script type='text/javascript' id='wp-api-fetch-js-translations'>
( function( domain, translations ) {
var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
localeData[""].domain = domain;
wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2021-07-16 19:35:54+0000","generator":"GlotPress\/3.0.0-alpha.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"You are probably offline.":["Voc\u00ea provavelmente est\u00e1 offline."],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["Falha ao enviar a m\u00eddia. Se for uma foto ou imagem grande, reduza o tamanho e tente novamente."],"An unknown error occurred.":["Um erro desconhecido ocorreu."],"The response is not a valid JSON response.":["A resposta n\u00e3o \u00e9 um JSON v\u00e1lido."]}},"comment":{"reference":"wp-includes\/js\/dist\/api-fetch.js"}} );
</script>]]>
|
636
| <![CDATA[<script type='text/javascript' id='wp-api-fetch-js-after'>
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://www.camarasetebarras.sp.gov.br/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "801f885f4d" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://www.camarasetebarras.sp.gov.br/cmdwp/admin-ajax.php?action=rest-nonce";
</script>]]>
|
643
| <![CDATA[<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"cached":"1"};
/* ]]> */
</script>]]>
|
650
| <![CDATA[<script type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>]]>
|
653
| <![CDATA[<script type='text/javascript' id='rocket-delay-js-js-after'>
(function() {
"use strict";var e=function(){function n(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}}();function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function r(e,t){n(this,r),this.attrName="data-rocketlazyloadscript",this.browser=t,this.options=this.browser.options,this.triggerEvents=e,this.userEventListener=this.triggerListener.bind(this)}return e(r,[{key:"init",value:function(){this._addEventListener(this)}},{key:"reset",value:function(){this._removeEventListener(this)}},{key:"_addEventListener",value:function(t){this.triggerEvents.forEach(function(e){return window.addEventListener(e,t.userEventListener,t.options)})}},{key:"_removeEventListener",value:function(t){this.triggerEvents.forEach(function(e){return window.removeEventListener(e,t.userEventListener,t.options)})}},{key:"_loadScriptSrc",value:function(){var r=this,e=document.querySelectorAll("script["+this.attrName+"]");0!==e.length&&Array.prototype.slice.call(e).forEach(function(e){var t=e.getAttribute(r.attrName);e.setAttribute("src",t),e.removeAttribute(r.attrName)}),this.reset()}},{key:"triggerListener",value:function(){this._loadScriptSrc(),this._removeEventListener(this)}}],[{key:"run",value:function(){RocketBrowserCompatibilityChecker&&new r(["keydown","mouseover","touchmove","touchstart"],new RocketBrowserCompatibilityChecker({passive:!0})).init()}}]),r}();t.run();
}());
</script>]]>
|
658
| <![CDATA[<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/cmd-wp-entrar.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.camarasetebarras.sp.gov.br","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>]]>
|
663
| <![CDATA[<script type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>]]>
|
675
| <![CDATA[<script type='text/javascript' id='mediaelement-core-js-before'>
var mejsL10n = {"language":"pt","strings":{"mejs.download-file":"Fazer download do arquivo","mejs.install-flash":"Voc\u00ea est\u00e1 usando um navegador que n\u00e3o tem Flash ativo ou instalado. Ative o plugin do Flash player ou baixe a \u00faltima vers\u00e3o em https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Tela inteira","mejs.play":"Reproduzir","mejs.pause":"Pausar","mejs.time-slider":"Tempo do slider","mejs.time-help-text":"Use as setas esquerda e direita para avan\u00e7ar um segundo. Acima e abaixo para avan\u00e7ar dez segundos.","mejs.live-broadcast":"Transmiss\u00e3o ao vivo","mejs.volume-help-text":"Use as setas para cima ou para baixo para aumentar ou diminuir o volume.","mejs.unmute":"Desativar mudo","mejs.mute":"Mudo","mejs.volume-slider":"Controle de volume","mejs.video-player":"Tocador de v\u00eddeo","mejs.audio-player":"Tocador de \u00e1udio","mejs.captions-subtitles":"Transcri\u00e7\u00f5es\/Legendas","mejs.captions-chapters":"Cap\u00edtulos","mejs.none":"Nenhum","mejs.afrikaans":"Afric\u00e2ner","mejs.albanian":"Alban\u00eas","mejs.arabic":"\u00c1rabe","mejs.belarusian":"Bielorrusso","mejs.bulgarian":"B\u00falgaro","mejs.catalan":"Catal\u00e3o","mejs.chinese":"Chin\u00eas","mejs.chinese-simplified":"Chin\u00eas (simplificado)","mejs.chinese-traditional":"Chin\u00eas (tradicional)","mejs.croatian":"Croata","mejs.czech":"Checo","mejs.danish":"Dinamarqu\u00eas","mejs.dutch":"Holand\u00eas","mejs.english":"Ingl\u00eas","mejs.estonian":"Estoniano","mejs.filipino":"Filipino","mejs.finnish":"Finland\u00eas","mejs.french":"Franc\u00eas","mejs.galician":"Galega","mejs.german":"Alem\u00e3o","mejs.greek":"Grego","mejs.haitian-creole":"Crioulo haitiano","mejs.hebrew":"Hebraico","mejs.hindi":"Hindi","mejs.hungarian":"H\u00fangaro","mejs.icelandic":"Island\u00eas","mejs.indonesian":"Indon\u00e9sio","mejs.irish":"Irland\u00eas","mejs.italian":"Italiano","mejs.japanese":"Japon\u00eas","mejs.korean":"Coreano","mejs.latvian":"Let\u00e3o","mejs.lithuanian":"Lituano","mejs.macedonian":"Maced\u00f4nio","mejs.malay":"Malaio","mejs.maltese":"Malt\u00eas","mejs.norwegian":"Noruegu\u00eas","mejs.persian":"Persa","mejs.polish":"Polon\u00eas","mejs.portuguese":"Portugu\u00eas","mejs.romanian":"Romeno","mejs.russian":"Russo","mejs.serbian":"S\u00e9rvio","mejs.slovak":"Eslovaco","mejs.slovenian":"Esloveno","mejs.spanish":"Espanhol","mejs.swahili":"Sua\u00edli","mejs.swedish":"Sueco","mejs.tagalog":"Tagalo","mejs.thai":"Tailand\u00eas","mejs.turkish":"Turco","mejs.ukrainian":"Ucraniano","mejs.vietnamese":"Vietnamita","mejs.welsh":"Gal\u00eas","mejs.yiddish":"I\u00eddiche"}};
</script>]]>
|
680
| <![CDATA[<script type='text/javascript' id='mediaelement-js-extra'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"};
/* ]]> */
</script>]]>
|
687
| <![CDATA[<script type='text/javascript' id='epic-script-js-extra'>
/* <![CDATA[ */
var epicoption = {"prefix":"epic_module_ajax_","rtl":"0","admin_bar":"0"};
/* ]]> */
</script>]]>
|
700
| <![CDATA[<script type='text/javascript' id='wpgmza_data-js-extra'>
/* <![CDATA[ */
var wpgmza_google_api_status = {"message":"Enqueued","code":"ENQUEUED"};
var wpgmza_google_api_status = {"message":"Enqueued","code":"ENQUEUED"};
var wpgmza_google_api_status = {"message":"Enqueued","code":"ENQUEUED"};
/* ]]> */
</script>]]>
|
717
| <![CDATA[<script type='text/javascript' id='wpgmza-js-extra'>
/* <![CDATA[ */
var WPGMZA_localized_data = {"adminurl":"https:\/\/www.camarasetebarras.sp.gov.br\/cmdwp\/","siteHash":"23514283afc492095f836bd6a88c87fe","ajaxurl":"https:\/\/www.camarasetebarras.sp.gov.br\/cmdwp\/admin-ajax.php","pluginDirURL":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/plugins\/wp-google-maps\/","ajaxnonce":"bddf54ba9b","legacyajaxnonce":"b5ba07ae15","html":{"googleMapsAPIErrorDialog":"<div>\n\n\t<h2>Maps API Error<\/h2>\n\t\n\t<div>\n\t\n\t\t<p>\n\t\t\tOne or more error(s) have occured attempting to initialize the Maps API:\t\t<\/p>\n\t\n\t\t<ul class=\"wpgmza-google-api-error-list\">\n\t\t\t<li class=\"template notice notice-error\">\n\t\t\t\t<span class=\"wpgmza-message\"><\/span>\n\t\t\t\t<span class=\"wpgmza-documentation-buttons\">\n\t\t\t\t\t<a target=\"_blank\">\n\t\t\t\t\t\t<i class=\"fa\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t<\/li>\n\t\t<\/ul>\n\t\n\t<\/div>\n\t\t\t<p class=\"wpgmza-front-end-only\">\n\t\t<i class=\"fa fa-eye\" aria-hidden=\"true\"><\/i>\n\t\tThis dialog is only visible to administrators\t<\/p>\n\t\n\t<!--<button data-remodal-action=\"confirm\" class=\"remodal-confirm\">\n\t\tDismiss\t<\/button>-->\n\n<\/div>"},"imageFolderURL":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/plugins\/wp-google-maps\/images\/","resturl":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-json\/wpgmza\/v1","restnonce":"801f885f4d","restnoncetable":{"\/(polygons|polylines|circles|rectangles)(\\\/\\d+)?\/":"d7dff7c004","\/markers(\\\/\\d+)?\/":"71acf867e4","\/datatables":"c4704667a9"},"settings":{"engine":"google-maps","google_maps_api_key":false,"default_marker_icon":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/plugins\/wp-google-maps\/images\/spotlight-poi2.png","developer_mode":false,"user_interface_style":"default","wpgmza_gdpr_enabled":1,"wpgmza_gdpr_default_notice":"<p>\n\tI agree for my personal data to be processed by <span name=\"wpgmza_gdpr_company_name\"><\/span>, for the purpose(s) of <span name=\"wpgmza_gdpr_retention_purpose\"><\/span>.\n<\/p>\n\n<p>\t\n\tI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates), reverse geocoding and\tgenerating directions.\n<\/p>\n<p>\n\tSome visual components of WP Google Maps use 3rd party libraries which are loaded over the network. At present the libraries are Google Maps, Open Street Map, jQuery DataTables and FontAwesome. When loading resources over a network, the 3rd party server will receive your IP address and User Agent string amongst other details. Please refer to the Privacy Policy of the respective libraries for details on how they use data and the process to exercise your rights under the GDPR regulations.\n<\/p>\n<p>\n\tWP Google Maps uses jQuery DataTables to display sortable, searchable tables, such as that seen in the Advanced Marker Listing and on the Map Edit Page. jQuery DataTables in certain circumstances uses a cookie to save and later recall the \"state\" of a given table - that is, the search term, sort column and order and current page. This data is held in local storage and retained until this is cleared manually. No libraries used by WP Google Maps transmit this information.\n<\/p>\n<p>\n\tPlease <a href=\"https:\/\/developers.google.com\/maps\/terms\">see here<\/a> and <a href=\"https:\/\/maps.google.com\/help\/terms_maps.html\">here<\/a> for Google's terms. Please also see <a href=\"https:\/\/policies.google.com\/privacy?hl=en-GB&gl=uk\">Google's Privacy Policy<\/a>. We do not send the API provider any personally identifying information, or information that could uniquely identify your device.\n<\/p>\n<p>\n\tWhere this notice is displayed in place of a map, agreeing to this notice will store a cookie recording your agreement so you are not prompted again.\n<\/p>","wpgmza_gdpr_company_name":"C\u00e2mara Municipal de Sete Barras","wpgmza_gdpr_retention_purpose":"displaying map tiles, geocoding addresses and calculating and display directions.","wpgmza_marker_xml_location":"\/home\/oujsnhaj\/camarasetebarras.sp.gov.br\/wp-content\/uploads\/wp-google-maps\/","wpgmza_marker_xml_url":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/uploads\/wp-google-maps\/","wpgmza_maps_engine":"google-maps","wpgmza_maps_engine_dialog_done":true,"action":"wpgmza_save_settings","wpgmza_settings_map_full_screen_control":false,"wpgmza_settings_map_streetview":false,"wpgmza_settings_map_zoom":false,"wpgmza_settings_map_pan":false,"wpgmza_settings_map_type":false,"wpgmza_settings_map_scroll":false,"wpgmza_settings_map_draggable":false,"wpgmza_settings_map_clickzoom":false,"wpgmza_settings_cat_logic":"0","wpgmza_settings_filterbycat_type":"1","use_fontawesome":"4.*","tile_server_url":"https:\/\/{a-c}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png","tile_server_url_override":"","wpgmza_load_engine_api_condition":"where-required","wpgmza_always_include_engine_api_on_pages":"","wpgmza_always_exclude_engine_api_on_pages":"","wpgmza_prevent_other_plugins_and_theme_loading_api":false,"wpgmza_settings_access_level":"manage_options","wpgmza_settings_retina_width":"","wpgmza_settings_retina_height":"","wpgmza_force_greedy_gestures":false,"disable_lightbox_images":false,"wpgmza_settings_image_resizing":false,"wpgmza_settings_image_width":"","wpgmza_settings_image_height":"","wpgmza_settings_infowindow_width":"","wpgmza_settings_infowindow_links":false,"wpgmza_settings_infowindow_address":false,"wpgmza_settings_infowindow_link_text":"","wpgmza_settings_map_open_marker_by":"1","wpgmza_settings_disable_infowindows":false,"wpgmza_settings_markerlist_icon":false,"wpgmza_settings_markerlist_link":false,"wpgmza_settings_markerlist_title":false,"wpgmza_settings_markerlist_address":false,"wpgmza_settings_markerlist_category":false,"wpgmza_settings_markerlist_description":false,"wpgmza_do_not_enqueue_datatables":false,"wpgmza_default_items":null,"wpgmza_settings_carousel_markerlist_theme":null,"wpgmza_settings_carousel_markerlist_image":false,"wpgmza_settings_carousel_markerlist_title":false,"wpgmza_settings_carousel_markerlist_icon":false,"wpgmza_settings_carousel_markerlist_address":false,"wpgmza_settings_carousel_markerlist_description":false,"wpgmza_settings_carousel_markerlist_marker_link":false,"wpgmza_settings_carousel_markerlist_directions":false,"wpgmza_settings_carousel_markerlist_resize_image":false,"carousel_lazyload":false,"carousel_autoheight":false,"carousel_pagination":false,"carousel_navigation":false,"wpgmza_do_not_enqueue_owl_carousel":false,"wpgmza_do_not_enqueue_owl_carousel_themes":false,"carousel_items":"5","carousel_items_tablet":"3","carousel_items_mobile":"1","carousel_autoplay":"","wpgmza_store_locator_radii":"","wpgmza_google_maps_api_key":"AIzaSyAO8TO_QoWfZdqpU3eCJCLQSKLkgfZW310","importer_google_maps_api_key":"","open_layers_api_key":"","open_route_service_key":"","wpgmza_settings_marker_pull":"0","wpgmza_custom_css":"","wpgmza_custom_js":"","disable_compressed_path_variables":false,"disable_autoptimize_compatibility_fix":false,"wpgmza_developer_mode":false,"wpgmza_gdpr_require_consent_before_load":false,"wpgmza_gdpr_override_notice":false,"wpgmza_gdpr_notice_override_text":"","accessLevel":"manage_options","alwaysExcludeEngineApiOnPages":"","alwaysIncludeEngineApiOnPages":"","carouselAutoplay":"","carouselItems":"5","carouselItemsMobile":"1","carouselItemsTablet":"3","carouselMarkerlistResizeImage":false,"carouselTheme":null,"categoryFilterDisplay":"dropdown","categoryFilteringLogic":"or","customCss":"","customJs":"","defaultMarkerIcon":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/plugins\/wp-google-maps\/images\/spotlight-poi2.png","developerMode":false,"disableAutoptimizeCompatibilityFix":false,"disableCompressedPathVariables":false,"disableDoubleClickZoom":false,"disableDragPanning":false,"disableFullScreenControl":false,"disableInfoWindows":false,"disableLightboxImages":false,"disableMouseWheelZoom":false,"disablePanControl":false,"disableStreetViewControl":false,"disableTypeControl":false,"disableZoomControl":false,"doNotEnqueueDatatables":false,"doNotEnqueueOwlCarousel":false,"doNotEnqueueOwlCarouselThemes":false,"enableCarouselAutoHeight":false,"enableCarouselLazyLoad":false,"enableCarouselNavigation":false,"enableCarouselPagination":false,"forceGreedyGestures":false,"gdprCompanyName":"C\u00e2mara Municipal de Sete Barras","gdprDefaultNotice":"<p>\n\tI agree for my personal data to be processed by <span name=\"wpgmza_gdpr_company_name\"><\/span>, for the purpose(s) of <span name=\"wpgmza_gdpr_retention_purpose\"><\/span>.\n<\/p>\n\n<p>\t\n\tI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates), reverse geocoding and\tgenerating directions.\n<\/p>\n<p>\n\tSome visual components of WP Google Maps use 3rd party libraries which are loaded over the network. At present the libraries are Google Maps, Open Street Map, jQuery DataTables and FontAwesome. When loading resources over a network, the 3rd party server will receive your IP address and User Agent string amongst other details. Please refer to the Privacy Policy of the respective libraries for details on how they use data and the process to exercise your rights under the GDPR regulations.\n<\/p>\n<p>\n\tWP Google Maps uses jQuery DataTables to display sortable, searchable tables, such as that seen in the Advanced Marker Listing and on the Map Edit Page. jQuery DataTables in certain circumstances uses a cookie to save and later recall the \"state\" of a given table - that is, the search term, sort column and order and current page. This data is held in local storage and retained until this is cleared manually. No libraries used by WP Google Maps transmit this information.\n<\/p>\n<p>\n\tPlease <a href=\"https:\/\/developers.google.com\/maps\/terms\">see here<\/a> and <a href=\"https:\/\/maps.google.com\/help\/terms_maps.html\">here<\/a> for Google's terms. Please also see <a href=\"https:\/\/policies.google.com\/privacy?hl=en-GB&gl=uk\">Google's Privacy Policy<\/a>. We do not send the API provider any personally identifying information, or information that could uniquely identify your device.\n<\/p>\n<p>\n\tWhere this notice is displayed in place of a map, agreeing to this notice will store a cookie recording your agreement so you are not prompted again.\n<\/p>","gdprEnabled":1,"gdprNoticeOverrideText":"","gdprOverrideNotice":false,"gdprRequireConsentBeforeLoad":false,"gdprRetentionPurpose":"displaying map tiles, geocoding addresses and calculating and display directions.","googleMapsApiKey":"AIzaSyAO8TO_QoWfZdqpU3eCJCLQSKLkgfZW310","hideCarouselMarkerListingAddress":false,"hideCarouselMarkerListingDescription":false,"hideCarouselMarkerListingDirections":false,"hideCarouselMarkerListingIcon":false,"hideCarouselMarkerListingImage":false,"hideCarouselMarkerListingLink":false,"hideCarouselMarkerListingTitle":false,"hideMarkerListingAddress":false,"hideMarkerListingCategory":false,"hideMarkerListingDescription":false,"hideMarkerListingIcon":false,"hideMarkerListingLink":false,"hideMarkerListingTitle":false,"importerGoogleMapsApiKey":"","infoWindowAddress":false,"infoWindowImageHeight":"","infoWindowImageResizing":false,"infoWindowImageWidth":"","infoWindowLinkText":"","infoWindowLinks":false,"infoWindowMaxWidth":"","loadEngineApiCondition":"where-required","mapsEngineDialogDone":true,"markerListingPageSize":null,"markerPull":"database","markerXmlLocation":"\/home\/oujsnhaj\/camarasetebarras.sp.gov.br\/wp-content\/uploads\/wp-google-maps\/","markerXmlUrl":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/uploads\/wp-google-maps\/","openInfoWindowEvent":"click","openLayersApiKey":"","openRouteServiceKey":"","preventOtherPluginsAndThemeLoadingApi":false,"retinaHeight":"","retinaWidth":"","storeLocatorRadii":"","tileServerUrl":"https:\/\/{a-c}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png","tileServerUrlOverride":"","useFontAwesome":"4.*","userInterfaceStyle":"default"},"currentPage":null,"userCanAdministrator":"0","serverCanInflate":"1","localized_strings":{"unsecure_geolocation":"Many browsers are no longer allowing geolocation from unsecured origins. You will need to secure your site with an SSL certificate (HTTPS) or this feature may not work for your visitors","use_my_location":"Use minha localiza\u00e7\u00e3o","google_api_not_loaded":"The map cannot be initialized because the Maps API has not been loaded. Please check your settings.","no_google_maps_api_key":"You have not entered a <b>Google Maps API Key<\/b>.<br \/><br \/>Please go to the your admin area, then Maps, then Settings, then the Advanced tab to <a href=\"https:\/\/www.camarasetebarras.sp.gov.br\/cmdwp\/admin.php?page=wp-google-maps-menu-settings&highlight=wpgmza_google_maps_api_key#advanced-settings\">enter your Google Maps API key<\/a>.<br \/><br \/>Alternatively, <a href=\"https:\/\/www.camarasetebarras.sp.gov.br\/cmdwp\/admin.php?page=wp-google-maps-menu-settings&highlight=wpgmza_maps_engine\">choose the Open Layers engine<\/a> to avoid getting an API key.","documentation":"Documentation","api_dashboard":"API Dashboard","verify_project":"Verify Project","no_shape_circle":"Please create the circle first.","no_shape_rectangle":"Please create the rectangle first.","no_shape_polygon":"Please create the polygon first.","no_shape_polyline":"Please create the polyline first.","failed_to_get_address":"Failed to get address","failed_to_create_marker":"Failed to create marker %d - this marker cannot be placed on the map.","my_location":"My Location","kilometers_away":"km de dist\u00e2ncia","miles_away":"milhas de dist\u00e2ncia","import_completed":"Import completed.","importing_please_wait":"Importing, this may take a moment...","no_address_specified":"No address specified","add_marker":"Adicionar Marcador","save_marker":"Salvar Marcador","please_wait":"Please Wait...","zero_results":"No results found in this location. Please try again.","address_not_found":"This address could not be found. WP Google Maps uses a 3rd party service (eg Google) to convert addresses to geographic coordinates. Unfortunately, the service has no records for this address at present. Please try an alternative format, or manually position the marker using right click.","geocode_fail":"Geocode failed due to technical reasons","you_must_check_gdpr_consent":"You must check the GDPR consent box to continue","no_gps_coordinates":"No GPS coordinates found","fetching_directions":"Obtendo instru\u00e7\u00f5es de Como Chegar","unknown_directions_service_status":"Unknown directions service status","please_fill_out_both_from_and_to_fields":"Please fill out both the \"from\" and \"to\" fields","no_picture_found":"No picture found","overwrite_theme_data":"Are you sure you want to overwrite the existing theme data?","upload_complete":"Upload Complete","uploading_file":"Uploading file","bulk_jpeg_media_title":"WP Google Maps - Bulk JPEG Upload","from_your_location":"from your location","from_searched_location":"from searched location","yes":"\ufeffSim","no":"\ufeffN\u00e3o","requires_gold_v5":"Requires WP Google Maps - Gold add-on 5.0.0 or above","confirm_remove_duplicates":"This operation is not reversable. We recommend you take a backup before proceeding. Would you like to continue?","invalid_theme_data":"Invalid theme data","duplicate_custom_field_name":"Duplicate custom field names, please ensure you only add unique custom field names.","disabled_interactions_notice":"Some interactions are disabled.","interactions_enabled_notice":"Interactions Enabled","disabled_interactions_button":"Re-Enable Interactions","use_two_fingers":"Use two fingers to move the map","use_ctrl_scroll_to_zoom":"Use ctrl + scroll to zoom the map","geocode_was_not_successful":"Geocode was not successful for the following reason: ","geocoding_library_notice":"Geocoding this address failed. Please check you have enabled the Geocoding API for your Google Maps API project.","map_delete_prompt_text":"Are you sure you want to delete this map?","map_bulk_delete_prompt_text":"Are you sure you want to delete these maps?","new_map":"New Map","cloud_api_key_error_1":"Autocomplete disabled. <a href=\"https:\/\/wpgmaps.com\/documentation\/autocomplete-disabled\/\" target=\"_BLANK\">Find out more<\/a>."},"api_consent_html":"<div class=\"wpgmza-gdpr-compliance\"><p>\n\tI agree for my personal data to be processed by <span name=\"wpgmza_gdpr_company_name\">C\u00e2mara Municipal de Sete Barras<\/span>, for the purpose(s) of <span name=\"wpgmza_gdpr_retention_purpose\">displaying map tiles, geocoding addresses and calculating and display directions.<\/span>.\n<\/p>\n\n<p>\t\n\tI agree for my personal data, provided via map API calls, to be processed by the API provider, for the purposes of geocoding (converting addresses to coordinates), reverse geocoding and\tgenerating directions.\n<\/p>\n<p>\n\tSome visual components of WP Google Maps use 3rd party libraries which are loaded over the network. At present the libraries are Google Maps, Open Street Map, jQuery DataTables and FontAwesome. When loading resources over a network, the 3rd party server will receive your IP address and User Agent string amongst other details. Please refer to the Privacy Policy of the respective libraries for details on how they use data and the process to exercise your rights under the GDPR regulations.\n<\/p>\n<p>\n\tWP Google Maps uses jQuery DataTables to display sortable, searchable tables, such as that seen in the Advanced Marker Listing and on the Map Edit Page. jQuery DataTables in certain circumstances uses a cookie to save and later recall the \"state\" of a given table - that is, the search term, sort column and order and current page. This data is held in local storage and retained until this is cleared manually. No libraries used by WP Google Maps transmit this information.\n<\/p>\n<p>\n\tPlease <a href=\"https:\/\/developers.google.com\/maps\/terms\">see here<\/a> and <a href=\"https:\/\/maps.google.com\/help\/terms_maps.html\">here<\/a> for Google's terms. Please also see <a href=\"https:\/\/policies.google.com\/privacy?hl=en-GB&gl=uk\">Google's Privacy Policy<\/a>. We do not send the API provider any personally identifying information, or information that could uniquely identify your device.\n<\/p>\n<p>\n\tWhere this notice is displayed in place of a map, agreeing to this notice will store a cookie recording your agreement so you are not prompted again.\n<\/p><p class='wpgmza-centered'><button class='wpgmza-api-consent'>I agree<\/button><\/div><\/p>","basic_version":"8.1.11","_isProVersion":"","defaultMarkerIcon":"https:\/\/www.camarasetebarras.sp.gov.br\/wp-content\/plugins\/wp-google-maps\/images\/spotlight-poi2.png","markerXMLPathURL":"\/\/www.camarasetebarras.sp.gov.br\/wp-content\/uploads\/wp-google-maps\/","is_admin":"0","locale":"pt_BR","isServerIIS":"","postID":"17304"};
/* ]]> */
</script>]]>
|
725
| <![CDATA[<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>]]>
|