LIVE
📺 bein3 Premium
体育
电视直播
Category
体育
Channel
bein3 Premium
Status
Live Broadcasting
Description
<p>无</p>
var count = 10;
function closeAd() { var a = document.getElementById('ads'); if (a) a.style.display = 'none'; }
var countdown = setInterval(function(){
count--;
var el = document.getElementById('countDown'); if (el) el.innerText = count;
if (count <= 0) { clearInterval(countdown); closeAd(); }
}, 1000);