{ "@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": "Ypiranga", "item": "/ver-noticia/16/ypiranga" }, { "@type": "ListItem", "position": 3, "name": "Ypiranga se prepara para o confronto com o Caxias" } ] }, { "@type" : "Website", "@id": "/noticia/40780/ypiranga-se-prepara-para-o-confronto-com-o-caxias#Website", "name" : "Ypiranga se prepara para o confronto com o Caxias", "description": "O jogo ocorre amanha no Estádio Colosso da Lagoa", "image" : "", "url" : "/noticia/40780/ypiranga-se-prepara-para-o-confronto-com-o-caxias" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/40780/ypiranga-se-prepara-para-o-confronto-com-o-caxias#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/40780/ypiranga-se-prepara-para-o-confronto-com-o-caxias#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/40780/ypiranga-se-prepara-para-o-confronto-com-o-caxias" }, "headline": "Ypiranga se prepara para o confronto com o Caxias", "description": "O jogo ocorre amanha no Estádio Colosso da Lagoa", "image": [""], "datePublished": "2024-08-06T08:52:15-03:00", "dateModified": "2024-08-06T08:52:15-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(); } }