{ "@context": "https://schema.org", "@graph": [ { "@type" : "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "url": "/", "logo": "/images/1713445358TCHÊ_ERECHIM.png", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "BreadcrumbList", "@id": "/#Breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Tchê Erechim Notícias", "item": "/" }, { "@type": "ListItem", "position": 2, "name": "Economia", "item": "/ver-noticia/10/economia" }, { "@type": "ListItem", "position": 3, "name": "Repartições bancárias fechadas nesta segunda e terça feiras de Carnaval" } ] }, { "@type" : "Website", "@id": "/noticia/35842/reparticoes-bancarias-fechadas-nesta-segunda-e-terca-feiras-de-carnaval#Website", "name" : "Repartições bancárias fechadas nesta segunda e terça feiras de Carnaval", "description": "Faturas de consumo, como água, gás e telefone, podem ser quitadas na quarta-feira de cinzas ou via canais digitais, orienta Febraban", "image" : "/images/noticias/35842/12022556_28_Hh.jpg", "url" : "/noticia/35842/reparticoes-bancarias-fechadas-nesta-segunda-e-terca-feiras-de-carnaval" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/35842/reparticoes-bancarias-fechadas-nesta-segunda-e-terca-feiras-de-carnaval#NewsMediaOrganization", "name": "Tchê Erechim Notícias", "alternateName": "Tchê Erechim Notícias", "url": "/", "logo": "", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "NewsArticle", "@id": "/noticia/35842/reparticoes-bancarias-fechadas-nesta-segunda-e-terca-feiras-de-carnaval#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/35842/reparticoes-bancarias-fechadas-nesta-segunda-e-terca-feiras-de-carnaval" }, "headline": "Repartições bancárias fechadas nesta segunda e terça feiras de Carnaval", "description": "Faturas de consumo, como água, gás e telefone, podem ser quitadas na quarta-feira de cinzas ou via canais digitais, orienta Febraban", "image": ["/images/noticias/35842/12022556_28_Hh.jpg"], "datePublished": "2024-02-12T11:17:45-03:00", "dateModified": "2024-02-12T11:17:45-03:00", "author": { "@type": "Person", "name": "Tchê Erechim", "url": "/" }, "publisher": { "@type": "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "logo": { "@type": "ImageObject", "url": "", "width": 600, "height": 600 } } } ] }VideoAds = { play: function(id){ var videoSrc = document.querySelector(id); videoSrc.muted = true; videoSrc.loop = true; videoSrc.play(); }, pause: function(id){ var videoSrc = document.querySelector(id); videoSrc.loop = true; videoSrc.muted = true; videoSrc.pause(); } }