{ "@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": "Geral", "item": "/ver-noticia/18/geral" }, { "@type": "ListItem", "position": 3, "name": "Gaúcho perde para o Novo Hamburgo na Divisão de o" } ] }, { "@type" : "Website", "@id": "/noticia/44021/gaucho-perde-novo-hamburgo-divisao-o#Website", "name" : "Gaúcho perde para o Novo Hamburgo na Divisão de o", "description": "O jogo foi as 11 hs na Arena BSBios", "image" : "/images/noticias/44021/18051524_1805S.jpg", "url" : "/noticia/44021/gaucho-perde-novo-hamburgo-divisao-o" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/44021/gaucho-perde-novo-hamburgo-divisao-o#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/44021/gaucho-perde-novo-hamburgo-divisao-o#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/44021/gaucho-perde-novo-hamburgo-divisao-o" }, "headline": "Gaúcho perde para o Novo Hamburgo na Divisão de o", "description": "O jogo foi as 11 hs na Arena BSBios", "image": ["/images/noticias/44021/18051524_1805S.jpg"], "datePublished": "2025-05-18T06:13:30-03:00", "dateModified": "2025-05-18T06:13:30-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(); } }