tml lang="pt-BR"> (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-TBXJQVD');A Justiça sa condenou nesta quarta-feira o ex-cirurgião Joël Le Scouarnec | Especiais | O LiberalO Liberal - LibPlay /* Streams GA4 */ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} var paths = window.location.pathname; var separa = paths.split('/'); var separacao = separa.filter(Boolean); if(separacao[0] == 'esportes'){ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; gtag('config', 'G-3DFM1T113L', { 'groups': 'ESPORTES' }); }else if(separacao[0] == 'cultura'){ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; gtag('config', 'G-GJKLX25JWG', { 'groups': 'ENTRETENIMENTO' }); }else if(separacao[0] == 'mundo'){ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; gtag('config', 'G-ZXYDSS0GNS', { 'groups': 'MUNDO' }); }else if(separacao[0] == 'politica'){ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; gtag('config', 'G-97GQN0CJ2J', { 'groups': 'POLITICA' }); } // SCRIPT PARA COLOCAR BANNER VIDEO DENAKIP document.addEventListener('DOMContentLoaded', () => { // Verifica se a URL contém a variável debug=1 const urlParams = new URLSearchParams(window.location.search); const isDebug = urlParams.get('debug') === '1'; // Datas permitidas const allowedDates = ['2024-12-11', '2024-12-12', '2024-12-14', '2024-12-15', '2024-12-17']; const today = new Date().toISOString().split('T')[0]; if (allowedDates.includes(today)) { const observer = new MutationObserver((mutationsList, observer) => { for (let mutation of mutationsList) { if (mutation.type === 'childList') { const targetDiv = document.getElementById('bgbanner-popout-1'); if (targetDiv) { // Cria o elemento iframe const iframe = document.createElement('iframe'); // Define os atributos do iframe iframe.setAttribute('src', 'https://www.youtube.com/embed/Gy8C1ofr-GQ?si=zwQ9zGwPF1eGQfb4'); iframe.setAttribute('frameborder', '0'); iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share'); iframe.setAttribute('referrerpolicy', 'strict-origin-when-cross-origin'); iframe.setAttribute('loading', 'lazy'); iframe.setAttribute('allowfullscreen', ''); // Remove todos os elementos atuais dentro da div while (targetDiv.firstChild) { targetDiv.removeChild(targetDiv.firstChild); } // Verifica se é mobile ou desktop const isMobile = window.innerWidth <= 768; // Ajusta o breakpoint para mobile, se necessário // Define as dimensões do iframe dependendo do dispositivo if (isMobile) { iframe.style.width = '370px'; iframe.style.height = '230px'; } else { iframe.style.width = '880px'; iframe.style.height = '495px'; } // Insere o novo iframe na div targetDiv.appendChild(iframe); // Ajusta dinamicamente ao redimensionar a janela window.addEventListener('resize', () => { const isMobile = window.innerWidth <= 768; if (isMobile) { iframe.style.width = '370px'; iframe.style.height = '230px'; } else { iframe.style.width = '880px'; iframe.style.height = '495px'; } }); // Desconecta o observador para evitar execuções adicionais observer.disconnect(); break; } } } }); // Inicia o observador para monitorar mudanças no DOM observer.observe(document.body, { childList: true, subtree: true }); } else { if (!isDebug) { console.log('Debug não está habilitado na URL.'); } else { console.log('A data atual não está permitida para execução.'); } } }); var semPublicidade = ['amazonia-viva/amazonia-viva', 'aniversario/aniversario', 'areadoleitor/areadoleitor', 'cirionahistoria/fotogaleria' ,'cirionahistoria/videos', 'comercial/comercial', 'continuevendendo/continuevendendo', 'eita/eita' ,'eleicoes/eleicoes', 'eleicoes/apuracao', 'eleicoes/guia-do-leitor', 'eleicoes/noticias' ,'encontros/encontros', 'encontros/classificados-solidario', 'encontros/solidariedade' ,'esportes/lance-a-lance', 'esportes/2021', 'expedicao/expedicao', 'galeria/galeria' ,'https-www-grupoliberal-com/s', 'https-www-grupoliberal-com/classificados', 'https-www-grupoliberal-com/oliberaldigital' ,'https-www-grupoliberal-com/tv', 'liberalamazon/episodios', 'libmotors/libmotors', 'libshop/api' ,'https-www-grupoliberal-com/https-www-grupoliberal-com', 'mapadavacinacao/calendario', 'mapadavacinacao/minha-cidade', 'minuto-a-minuto/minuto-a-minuto' ,'oliberalnaescola/oliberalnaescola', 'panoramacamara/panoramacamara', 'redacao/redacao', 'serviços/serviços' ,'serviços/consulta-de-voos', 'vamosjuntos/vamosjuntos', 'verao/verao', 'verao/programacao']; var modificarParaProjetos = ['bagagemdebolso', 'belempraveresentir', 'cirio', 'cirionahistoria' ,'conexaoamz', 'conexaomineral', 'eguadochef', 'liberalamazon' ,'mobiliza', 'rainhas']; // criacao da meta tags function isNumber(str) { return !isNaN(parseFloat(str)); } var url = jQuery(location).attr('href'); var trueurl = url.includes("lance-a-lance"); if(trueurl == false){ jQuery(document).ready(function(){ if( jQuery('meta[property="og:url"]').length > 0 ){ var url_v = jQuery('meta[property="og:url"]').attr('content'); // pega meta }else{ var url_v = window.location.href; } var ogImage = jQuery('meta[property="og:image"]').attr('content'); // pega meta //jQuery("meta[property='og:image']").remove() if (typeof ogImage !== "undefined") { jQuery('<meta>',{ property:'og:image:url' , content: ogImage.split('?')[0] }).appendTo('head'); } //jQuery('<meta>',{ property:'og:image' , content: ogImage.split('?')[0] }).appendTo('head'); var ogTitle = jQuery('meta[property="og:title"]').attr('content'); // pega meta var ogDescription = jQuery('meta[property="og:description"]').attr('content'); // pega meta var autor=jQuery('.author').text(); if (window.location.pathname != '/'){ var area=url_v.split('/'); var area_v = area.filter(e => e !== 'https:' & e !== 'http:' && e !== '' && e ); // filtra os vetores var qtd_v=area_v.length; // total de vetores }else{ var qtd_v=0; } var editoria; var subeditoria; var id_v; var prod = "prod"; var strPub = ""; var id_aux; var author = ''; var section = ''; author = autor; if(autor == ''){ autor = 'erro'; } id_aux=area[area.length-1].split("-"); if(isNumber(id_aux[id_aux.length-1])){ id_v = id_aux[id_aux.length-1]; subeditoria=editoria; }else{ id_v = "erro"; subeditoria = area[area.length-1]; } switch(qtd_v){ case 1: // editoria="HOME"; subeditoria="HOME"; break; case 2: ///editoria editoria=area[area.length-1]; subeditoria=editoria; break; case 3: ///editoria/subeditoria ou /editoria/materia-1.23456 editoria=area[area.length-2]; if(isNumber(id_aux[id_aux.length-1])){ id_v = id_aux[id_aux.length-1]; subeditoria=editoria; }else{ id_v = "erro"; subeditoria = area[area.length-1]; } break; case 4: editoria=area[area.length-3]; subeditoria=area[area.length-2]; break; case 5: editoria=area[area.length-4]; subeditoria=area[area.length-3]; break; case 6: editoria=area[area.length-5]; subeditoria=area[area.length-4]; break; } section = editoria; if(subeditoria == 'lance-a-lance'){ id_v = area[area.length-1]; autor = "Redação / O Liberal" } function excluirPublicidade (value) { strPub = editoria+'/'+subeditoria; if (value == strPub || strPub.substring(4,0) == 'play' || strPub.substring(7,0) == 'libshop'){ editoria = 'erro'; subeditoria = 'erro'; } } semPublicidade.filter(excluirPublicidade); function selecionaEditoriaProjetos (value) { if (value == editoria){ editoria = 'projetos'; } } modificarParaProjetos.filter(selecionaEditoriaProjetos); jQuery('<meta>',{ content:prod, name:'environment'}).appendTo('head'); jQuery('<meta>',{ content:editoria, name:'sectionname' }).appendTo('head'); jQuery('<meta>',{ content:subeditoria,name:'sectionclass' }).appendTo('head'); jQuery('<meta>',{ content:subeditoria,name:'sectionproject' }).appendTo('head'); jQuery('<meta>',{ content:autor,name:'author'} ).appendTo('head'); jQuery('<meta>',{ content:id_v,name:'articleid'}).appendTo('head'); if (typeof ogImage !== "undefined") { jQuery('<meta>',{ property:'og:image:url' , content: ogImage.split('?')[0] }).appendTo('head'); jQuery('<meta>',{ name:'twitter:card' , content: 'summary_large_image' }).appendTo('head'); jQuery('<meta>',{ property:'twitter:image' , content: ogImage.split('?')[0] }).appendTo('head'); jQuery('<meta>',{ property:'twitter:card' , content: 'summary_large_image' }).appendTo('head'); } jQuery('<meta>',{ name:'twitter:title' , content: ogTitle }).appendTo('head'); jQuery('<meta>',{ name:'twitter:description' , content: ogDescription }).appendTo('head'); jQuery('<meta>',{ property:'twitter:title' , content: ogTitle }).appendTo('head'); jQuery('<meta>',{ property:'twitter:description' , content: ogDescription }).appendTo('head'); /* CONFIGURATION START */ var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.uid = 66264; //CHANGE THIS TO YOUR ID _sf_async_config.domain = 'oliberal.com'; //CHANGE THIS TO YOUR SITE ID _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; _sf_async_config.sections = section; //SET PAGE SECTION(S) _sf_async_config.authors = decodeURI(author); //SET PAGE AUTHOR(S) /* CONFIGURATION END */ /* function loadChartbeat() { var e = document.createElement('script'); var n = document.getElementsByTagName('script')[0]; e.type = 'text/javascript'; e.async = true; e.src = '//static.chartbeat.com/js/chartbeat.js'; n.parentNode.insertBefore(e, n); } loadChartbeat(); */ }); } var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; var especiais = window.location.href; if(!especiais.includes('1.887725') & !especiais.includes('1.930517')) { script.src='https://tags.denakop.com/10794/oliberal.com.js?version=' + new Date().getTime(); script.onload = () => console.log('Script Tag Denakop carregado com sucesso!'); script.onerror = () => console.error('Erro ao carregar o script Tag Denakop!', script.src); document.getElementsByTagName('head')[0].appendChild(script); } MENU BUSCA PESQUISAR PROGRAMAS Amazônia Rainhas 2025 Últimas Pará Ananindeua Barcarena Belém Castanhal Marabá Parauapebas Santarém Eu Repórter Esportes Paysandu Remo Polícia Cultura Agenda Celebridades Colunas Receita Brasil Política Eleições Economia Concurso Emprego Mundo Tecnologia e Mercado Liberal Amazon Verificado O Liberal Na Escola Responsabilidade Social Conteúdo de Marca LibPlay Vídeos Podcast Grupo Liberal Assine O Liberal O Liberal Digital Libshop LibLab Tv Liberal Publicidade Legal Comercial Liberal FM Amazônia Rainhas 2025 Últimas Pará Ananindeua Barcarena Belém Castanhal Marabá Parauapebas Santarém Eu Repórter Esportes Paysandu Remo Polícia Cultura Agenda Celebridades Colunas Receita Brasil Política Eleições Economia Concurso Emprego Mundo Tecnologia e Mercado Liberal Amazon Verificado O Liberal Na Escola Responsabilidade Social Conteúdo de Marca LibPlay Vídeos Podcast Grupo Liberal Assine O Liberal O Liberal Digital Libshop LibLab Tv Liberal Publicidade Legal Comercial Liberal FM .row-container.VideoGallery.full{display:none;} .default-layout { width: 100%; } .ol-article-top-element { float: left; width: 100%; } .youtube iframe { height: 320px; } .wowza { float: left; width: 100%; overflow: hidden; } @media(min-width: 520px) { .youtube iframe { height: 420px; } } @media(min-width: 820px) { .youtube iframe { height: 520px; } } A Justiça sa condenou nesta quarta-feira o ex-cirurgião Joël Le Scouarnec Por Especiais COMPARTILHE Copiar link A Justiça sa condenou nesta quarta-feira o ex-cirurgião Joël Le Scouarnec à pena máxima de 20 anos de prisão por estuprar e agredir sexualmente 299 pacientes, a maioria menores de idade. CRÉDITO - AFPTV / AFP AFP div.row-container [name="ajuste_largura"] div.item div.item-content p.chapeu { color: $customColor; } function secToStr( sec_num ) { sec_num = Math.floor( sec_num ); var horas = Math.floor(sec_num / 3600); var minutos = Math.floor(sec_num / 60); var segundos = sec_num - (horas * 3600) - (minutos * 60); // if (horas < 10) { // horas = "0"+horas; // } if (minutos < 10) { minutos = "0"+minutos; } if (segundos < 10) { segundos = "0"+segundos; } var tempo = minutos+':'+segundos; return tempo; } //$( document ).ready(function() { //$( ".file" ).each(function( index ) { // var audio = $(this); // audio.hide(); // audio.bind('canplay', function(){ // dur = this.duration; // $(this).parent().find(".datetime").append(secToStr(dur)); // }); //}); //}); Especiais Moraes concede prisão domiciliar 'humanitária' a ex-presidente Collor Zelensky celebra acordo sobre minerais 'realmente justo' assinado com EUA Bolsonaro deixa UTI quase três semanas depois de cirurgia abdominal Ataque de drone ucraniano em cidade ocupada pela Rússia Paquistão diz ter informação 'crível' de que Índia prepara ataque militar Cerca de 600 soldados norte-coreanos morreram lutando pela Rússia Vietnã celebra o 50º aniversário da queda de Saigon com grande desfile militar 'Por Todas Elas' garante serviços de saúde, cidadania e lazer no Aurá em Ananindeua Irã anuncia novas negociações com EUA sobre programa nuclear SPD aprova coalizão e Friedrich Merz vai assumir o governo alemão na próxima semana $(window).load(function() { if(typeof(adsMain) == "undefined") { var adsMain = { activated: false, adsMob: [], adsWeb: [], init: function() { return false; } }; } }); $(window).load(function() { adsMain.removeSlots(); }); document.addEventListener("DOMContentLoaded", function() { var lazyImages = [].slice.call(document.querySelectorAll("img.lazy")); if ("IntersectionObserver" in window & "IntersectionObserverEntry" in window && "intersectionRatio" in window.IntersectionObserverEntry.prototype) { let lazyImageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { let lazyImage = entry.target; lazyImage.src = lazyImage.dataset.src; lazyImage.srcset = lazyImage.dataset.srcset; lazyImage.classList.remove("lazy"); lazyImageObserver.unobserve(lazyImage); } }); }); lazyImages.forEach(function(lazyImage) { lazyImageObserver.observe(lazyImage); }); } }); function avancar(carrosel) { if (carrosel.scrollWidth - carrosel.scrollLeft <= carrosel.clientWidth) { carrosel.scrollLeft = 0; } else { carrosel.scrollLeft += 310; } } function voltar(carrosel) { carrosel.scrollLeft -= 310; } window.onload = function() { var destaquesProgramas = document.querySelectorAll(".destaqueprogramas"); destaquesProgramas.forEach(function(destaqueProgramas){ var btnNext = document.createElement("div"); btnNext.classList.add("btn-next"); btnNext.addEventListener("click", function() { avancar(destaqueProgramas) }); destaqueProgramas.insertAdjacentElement("beforeend", btnNext); var btnPrevious = document.createElement("div"); btnPrevious.classList.add("btn-previous"); btnPrevious.addEventListener("click", function() { voltar(destaqueProgramas) }); destaqueProgramas.insertAdjacentElement("afterbegin", btnPrevious); destaqueProgramas.addEventListener("scroll", function() { if (destaqueProgramas.scrollLeft == 0) { btnPrevious.style.left = "-10%"; } else { btnPrevious.style.left = "0"; } }); }); } //$('div.ol-header').append('<div class="ol-btn search linkprograma"><a href="http://20.1.10.46:8080/cmlink/o-liberal/play/programas">PROGRAMAS'); //feito //$('div.logolplay').find('a[href*="/play"]').attr('href','/cmlink/o-liberal/play'); $(".row-container").first().addClass("full"); //feito, adicionado somente o menulibplay //$(".ol-header").first().addClass("mw1300"); //feito //$(".columnist").first().addClass("topocanal full"); //feito //$(".columnist-title").first().addClass("mw1300"); //feito var olHeader = document.querySelector(".ol-header"); var smallLiberal = document.createElement("div"); var liberalLink = document.createElement("a"); liberalLink.setAttribute("href","/"); var imgSmallLiberal = document.createElement("img"); imgSmallLiberal.classList.add("lazy"); imgSmallLiberal.dataset.srcset = "https://image.staticox.com/?url=https%3A%2F%2Fwww.mediacenteroliberal.noticiaderondonia.com%2Foliberal%2Flogo_bolinha.png"; imgSmallLiberal.setAttribute("src", "https://image.staticox.com/?url=https%3A%2F%2Fwww.mediacenteroliberal.noticiaderondonia.com%2Foliberal%2Flogo_bolinha.png"); imgSmallLiberal.setAttribute("style", "width: 35px; margin: 14px 0;"); liberalLink.insertAdjacentElement("afterbegin", imgSmallLiberal); smallLiberal.insertAdjacentElement("afterbegin", liberalLink); olHeader.insertAdjacentElement("afterbegin", smallLiberal); var btnTop = document.querySelector("#btn-top"); var body = document.querySelector("body"); var isShow = false; window.addEventListener("scroll", function() { if (window.scrollY >= 10) { btnTop.classList.add("fade-in"); btnTop.style.display = "block"; btnTop.classList.remove("fade-in"); isShow = true; } else if (isShow) { btnTop.classList.add("fade-out"); btnTop.style.display = "none"; btnTop.classList.remove("fade-out"); isShow = false; } }); btnTop.addEventListener("click", function() {window.scrollTo(0, 0)}); //funcao para copiar a url atual function copiaLink() { var elem = document.createElement('textarea'); elem.value = window.location.href; document.body.appendChild(elem); elem.select(); document.execCommand('copy'); document.body.removeChild(elem); var tooltip = document.getElementById("myTooltip"); tooltip.innerHTML = "Copiado!"; } function outFunc() { var tooltip = document.getElementById("myTooltip"); tooltip.innerHTML = "Copiar!"; } //funcao para compartilhar link no facebook function shareFace() { window.open(`https://www.facebook.com/sharer/sharer.php?u=${window.location.href}`, '_blank'); } if(document.querySelector("audio")){ var duracaoAudio = document.querySelector("audio"); duracaoAudio.setAttribute("preload", "auto"); duracaoAudio.addEventListener("durationchange", function() { if (duracaoAudio.duration == Infinity){ totalTime.innerHTML = "carregando..."; } else { totalTime.innerHTML = formatTime(duracaoAudio.duration); } console.log(duracaoAudio.duration); }); } if ( $( ".video_cap" ).length & $(document).width() < 720) { $("body.oliberal-play").css("marginTop", ($(".video_cap .ol-article-top-element").width()*9)/16 + 63+"px"); } if(document.querySelector("#player-play > img")){ document.querySelector("#player-play > img").src = "https://mediacenteroliberal.noticiaderondonia.com/oliberal/play-icon.svg"; } EQUIPES COMERCIAL GRUPO LIBERAL O Liberal Digital Tv Liberal Assine O Liberal Política de Privacidade AMAZÔNIA LIBERAL FM Ouça a Rádio Promoções Programação CONTEÚDO PATROCINADO LIBPLAY Vídeos Podcast COLUNAS & BLOGS LIBSHOP Lojistas Entregadores ÚLTIMAS BELÉM PARÁ POLÍCIA POLÍTICA ECONOMIA Concurso e Emprego BRASIL ESPORTES Paysandu Remo Futebol Mais Esportes Lance a Lance RECEITAS CULTURA Música Cinema Televisão Novela Agenda Powered by ATEX | XPROG function FBstatusChangeCallback(response) { // The response object is returned with a status field that lets the // app know the current status of the person. // Full docs on the response object can be found in the documentation // for FB.getStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. socialauth.('facebook', response['authResponse']['accessToken']); } else if (response.status === 'not_authorized') { socialauth.('facebook'); // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } } function FBcheckState() { FB.getStatus(function(response) { FBstatusChangeCallback(response); }); } socialauth.providers['facebook'] = { : function() { var deferred = $.Deferred(); FB.(deferred.resolve); return deferred.promise(); } }; $('.btn--facebook').click(function () { FB.(FBstatusChangeCallback, {scope : 'public_profile,email'}); }); (function () { $(document).bind('atexFbInit', function() { if (console.log) { console.log('atexFbInit complete; FB Object is Available'); } FB.Event.subscribe('edge.create', function(href, widget) { if (console.log) { console.log('processing fb edge.create event for ' + href); } jQuery.ajax({ url : '/logger/p.gif', data : { a : '1.969463', d : '/2.627/2.713/2.1284', type : 'fblikeanalyzer' } }); }); }); } ()); Este site usa cookies Armazenamos dados temporariamente para melhorar sua experiência de navegação e recomendarmos conteúdo de seu interesse. Ao usar nossos serviços, você concorda com estes termos. More info Ok Cancel window.imager = new Imager({ lazyload:true, availableWidths: function(image) { var params = { 57 : 'w=57&$w=de6dc3d' , 90 : 'w=90&$w=739cab5' , 188 : 'w=188&$w=2adc669' , 360 : 'w=360&$w=1071b2b' , 750 : 'w=750&$w=a1569b8' , 1300 : 'w=1300&$w=39dd8b4' , 1920 : 'w=1920&$w=c2087ba' , 114 : 'w=114&$w=8abccd2' , 180 : 'w=180&$w=0d661d8' , 376 : 'w=376&$w=96744fe' , 720 : 'w=720&$w=3b33d2d' , 1500 : 'w=1500&$w=f075b93' , 2600 : 'w=2600&$w=feb707c' , 3840 : 'w=3840&$w=c7f677b' }; var containerWidth = image.clientWidth; var ratio = Imager.getClosestValue(Imager.getPixelRatio(), [1, 2]); var width = Imager.getClosestValue(containerWidth, [57, 90, 188, 360, 750, 1300, 1920]); var imageWidth = Math.round(width * ratio); return params[imageWidth]; } }); $(function() { setTimeout(function() { window.dispatchEvent(new Event('resize')); }, 100); }); (function(){ var logUrl = '/logger/p.gif?a=1.969463&d=/2.627/2.713/2.1284'; var referrer = document.referrer; if (referrer & referrer.length > 0) { logUrl += '&referrer=' + referrer; } document.write('<img src="' + logUrl + '" />'); })(); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};m[i].l=1*new Date();for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");ym(92306955, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true});(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter92137934 = new Ya.Metrika2({id:92137934,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('2e4cd09eb91cd74d9c0da4256a08f92f'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(92138129, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true }); 3s4h47