{ "@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": "Atlântico", "item": "/ver-noticia/15/atlantico" }, { "@type": "ListItem", "position": 3, "name": "Atlântico vence e garante classificação antecipada para segunda fase da Copa RS de Futsal" } ] }, { "@type" : "Website", "@id": "/noticia/30880/atlantico-vence-e-garante-classificacao-antecipada-para-segunda-fase-da-copa-rs-de-futsal#Website", "name" : "Atlântico vence e garante classificação antecipada para segunda fase da Copa RS de Futsal", "description": "Vitória em casa por 4 a 1 contra a Yeesco Sercesa deu ao Galo mantém a liderança com 12 pontos", "image" : "/images/noticias/30880/30094611_23_A.jpg", "url" : "/noticia/30880/atlantico-vence-e-garante-classificacao-antecipada-para-segunda-fase-da-copa-rs-de-futsal" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/30880/atlantico-vence-e-garante-classificacao-antecipada-para-segunda-fase-da-copa-rs-de-futsal#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/30880/atlantico-vence-e-garante-classificacao-antecipada-para-segunda-fase-da-copa-rs-de-futsal#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/30880/atlantico-vence-e-garante-classificacao-antecipada-para-segunda-fase-da-copa-rs-de-futsal" }, "headline": "Atlântico vence e garante classificação antecipada para segunda fase da Copa RS de Futsal", "description": "Vitória em casa por 4 a 1 contra a Yeesco Sercesa deu ao Galo mantém a liderança com 12 pontos", "image": ["/images/noticias/30880/30094611_23_A.jpg"], "datePublished": "2023-09-30T21:43:30-03:00", "dateModified": "2023-09-30T21:43: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(); } }