Saltar menú de navegación
Teclas de acceso rápido
¿Querés recibir alertas de último momento?
Más tarde
Aceptar
{{dayName}} {{day}} de {{monthName}} de {{year}}
En Vivo
Últimas noticias
Paraná
Policiales
Política
Sociedad
Internacionales
Deportes
Economía
Espectáculos
Registrarme
Iniciar sesión
Vivo
Ingrese palabra o frase a buscar
Hablar
Últimas noticias
Paraná
Policiales
Política
Sociedad
Internacionales
Deportes
Economía
Espectáculos
Haciendo Comunidad
Impulso Empresarial
La Cocina del Once
Clasionce
Elonce en vivo
Elonce Radio en vivo
En Vivo
Daniel Sappa
2 de Agosto de 2023
Platense va por Sappa tras no poder incorporar a Campisi
21 de Junio de 2021
El ex Patronato, Daniel Sappa, es jugador de Arsenal
28 de Enero de 2021
Sin lugar en Patronato, Daniel Sappa tiene ofertas
6 de Septiembre de 2020
Sappa: "Es lindo plantearse objetivos sin mirar la tabla de abajo"
26 de Agosto de 2020
Patronato tiene nuevo arquero: Daniel Sappa fue confirmado como refuerzo
24 de Agosto de 2020
Patronato: Inminente anuncio para la llegada del arquero Daniel Sappa
Últimas noticias
Santa Elena celebra este sábado la cuarta edición del Festival del Muelle y el Río
Brasil prohibió tratamientos hormonales de cambio de género para menores de 18 años
Un telescopio espacial detectó posibles señales de vida en un exoplaneta
Patronato lanza venta de entradas para el partido del domingo con Colegiales: precios
El Gobierno eliminó percepción del 30% que impactaba en plataformas de videojuegos
Condenaron a los hermanos Kiczka a 14 años de prisión por la difusión de material de abuso infantil
Noticias destacadas
Video: así fue la persecución de un conductor tras evadir control de tránsito en Paraná
Tres apostadores ganaron más de $690.500.000 en el Quini 6
Conocé la agenda de Semana Santa en Paraná: recorridos, ferias y propuestas gastronómicas
Celebración de fe en Semana Santa: se realizó la Misa Crismal en Paraná
Con gol de Lautaro Martínez, el Inter empató ante el Bayern Munich y avanzó en Champions League
Teclas de acceso
s: Saltar navegación
1:
Página de inicio
2:
Últimas noticias
4:
Buscador del sitio
9:
Formulario de contactos
0: Teclas de acceso rápido
[X]
[X]
"; setInnerHTML(document.getElementById(zoneID), bannerHTML); // Callback if ( bannerZonas[zoneID][bannerScreen].callback != '') { functionName = bannerZonas[zoneID][bannerScreen].callback; window[functionName](); } } else { // No banners in zoneID but emptyBanner is ok if ( bannerZonas[zoneID][bannerScreen].empty_banner != '' ) { // console.log('empty_banner',bannerZonas[zoneID][bannerScreen].empty_banner); $("#" + zoneID).attr('data-zone-id', bannerZonaID).closest('.'+bannerClassHide).removeClass(bannerClassHide); bannerHTML = atob(bannerZonas[zoneID][bannerScreen].empty_banner); setInnerHTML(document.getElementById(zoneID), bannerHTML); } } } } renderBannerTime = Date.now() - renderBannerTime; console.log('> banner render:' + renderBannerTime + ' ms'); if (window.googletag && googletag.apiReady) { console.log("> GoogleTag Ready #2"); } // Contabiliza impresiones if (bannersID != '') { $.ajax({ "method": "post", "url": "/extras/publicidad.php", "dataType": "json", "data": {id: bannersID} }); } } // Contabiliza clicks $("[data-banner-id]").click(function() { bannerID = $(this).attr("data-banner-id"); $.ajax({ "method": "post", "url": "/extras/publicidad.php?click=true", "dataType": "json", "data": {id: bannerID} }); return true; }); const searchParams = new URLSearchParams(window.location.search.substring(1)); var bannerURL = '/publicidad.json?t=' + Math.random().toString() + '&' + window.location.search.substring(1); testTimeToRender = Date.now() - testTimeToRender; console.log('> time to render:' + testTimeToRender + 'ms'); $.get(bannerURL, {}).done(function(data) { bannerZonas = data.zonas; bannerData = data.banners; bannerNexos = data.nexo; if (Object.keys(bannerData).length >= 1) { renderBanners(true); } if ( data.dfp !== undefined && ( data.dfp == "zone" || data.dfp == "createzone" ) ) { for ( var zoneID in bannerZonas ) { if ( $("#" + zoneID).length ) { $("#" + zoneID).closest('.'+bannerClass).removeClass(bannerClassHide).addClass('banner-dfp'); if ( bannerZonas[zoneID][bannerScreen] !== undefined ) { bannerZonaData = bannerZonas[zoneID][bannerScreen]; } else { for ( var bannerScreenAvailable in bannerZonas[zoneID] ) { bannerZonaData = bannerZonas[zoneID][bannerScreenAvailable]; } } bannerZonaHTML = '
' + bannerZonaData.nombre + '
'; for ( var bannerScreenAvailable in bannerZonas[zoneID] ) { bannerZonaDataInViewport = bannerScreenAvailable; bannerZonaData = bannerZonas[zoneID][bannerScreenAvailable]; bannerZonaHTML+= '
'; if (bannerZonaDataInViewport == 'd') { bannerZonaHTML+= '
Medidas Escritorio
:
'; } else if (bannerZonaDataInViewport == 't') { bannerZonaHTML+= '
Medidas Tablet
:
'; } else if (bannerZonaDataInViewport == 'm') { bannerZonaHTML+= '
Medidas Celular
:
'; } bannerZonaHTML+= '- Ancho: '; if (bannerZonaData.ancho_min != bannerZonaData.ancho_max) { bannerZonaHTML+= 'de ' + bannerZonaData.ancho_min + 'px a '; } bannerZonaHTML+= bannerZonaData.ancho_max + 'px
'; bannerZonaHTML+= '- Alto: '; if (bannerZonaData.alto_min != bannerZonaData.alto_max) { bannerZonaHTML+= 'de ' + bannerZonaData.alto_min + 'px a '; } bannerZonaHTML+= bannerZonaData.alto_max + 'px'; } $("#" + zoneID).width( bannerZonas[zoneID][bannerScreen].ancho_max + 'px'); $("#" + zoneID).height(bannerZonas[zoneID][bannerScreen].alto_max + 'px'); $("#" + zoneID).css('backgroundColor','#990000'); $("#" + zoneID).css('max-height','350px'); // previene $("#" + zoneID).html('
' + bannerZonaHTML + '
'); } } } if ( data.dfp !== undefined && data.dfp == "createzone" ) { $("." + bannerClass).each(function() { id = $(this).find("div").attr("id"); $(this).attr("data-block-id", id); }); $("." + bannerClass).each(function() { if ( !$(this).hasClass('banner-dfp') ) { $(this).removeClass(bannerClassHide); id = $(this).find("div").attr("id"); color = '#009900'; if ( $('#' + id).length > 1 ) { color = '#e5ca0a'; } bannerZonaHTML = '
#' + id + '
'; $("#" + id).width('100%'); $("#" + id).css('backgroundColor',color); $("#" + id).html('
' + bannerZonaHTML + '
'); $("#" + id).attr("id", id + '-dfp'); // prevent refresh } // Resalta los duplicados. testID = $(this).attr("data-block-id"); if ( $("." + bannerClass + "[data-block-id='" + testID + "']").length > 1 ) { $("." + bannerClass + "[data-block-id='" + testID + "']").find("div").css('backgroundColor','#e5ca0a'); } }); } }).catch(function(error) { }); if (bannerRefresh > 1) { setInterval(function(){ renderBanners(false); }, bannerRefresh); } -->