var div = document.createElement("div"); div.className = "thumb_video ONNJSPLAYER"; div.setAttribute('id', "videocms_vid_21355"); div.setAttribute('data-url', "https://player.libertatea.ro/ringiervideo/player8.php?vcategory=altele&width=100%25&stream=/uploads/tx_lsuvideo/kiss.mp4&wsource=5&autostart=1&mute=0&title=Eva%20Kiss%2C%20despre%20revederea%20cu%20fiul%20ei%20dup%C4%83%2020%20de%20ani%3A%20%5C%22A%20fost%20o%20%C3%AEnt%C3%A2lnire%20dificil%C4%83%2C%20cu%20multe%20repro%C8%99uri%20din%20partea%20lui%2C%20venite%20din%20aceast%C4%83%20situa%C8%9Bie%20particular%C4%83%20a%20noastr%C4%83%2C%20cauzat%C4%83%20de%20interdic%C8%9Bia%20tat%C4%83lui%20s%C4%83u%5C%22.%20Cum%20se%20%C3%AEn%C8%9Belege%20artista%20cu%20fiicele%20ei%20stabilite%20%C3%AEn%20Danemarca%20%2F%20EXCLUSIV&image=https://videocms.ringier.ro/uploads/2024-06/lg-1035306f-0ded-4994-b1a3-a9c486f69e71-15.jpg&mediaid=-1"); var x = document.getElementById("video_insert_21355"); x.parentNode.insertBefore(div, x); let vid_21355 = document.getElementById('videocms_vid_21355'); if (vid_21355 !== null) { vid_21355.setAttribute('data-size', '16:9'); vid_21355.setAttribute('data-autoplay', '1'); vid_21355.setAttribute('data-website', '3946'); vid_21355.setAttribute('data-volume', '1'); vid_21355.setAttribute('data-volumem', '1'); vid_21355.setAttribute('data-mcdelay', '3'); vid_21355.setAttribute('data-fiframe', '1'); vid_21355.setAttribute('data-miniature', '1'); var vid_url = vid_21355.getAttribute('data-url'); if (vid_url !== null) { var player_url = vid_url + '&format=json'; var request = new XMLHttpRequest(); request.onreadystatechange = function() { if(request.readyState === 4) { if(request.status === 200) { var result = JSON.parse(request.responseText); vid_21355.setAttribute('data-hlsfile', result.exhls); vid_21355.setAttribute('data-poster', result.exth); vid_21355.setAttribute('data-duration', Math.floor(result.exdur)); var mtitle = decodeURI(result.mtitle); mtitle = mtitle.replace(/\+/g, ' '); mtitle = mtitle.replace(/%2C/g, ', '); vid_21355.setAttribute('data-title', mtitle); load_onnetwork_embed(); /* vid_21355.removeAttribute('data-url'); */ } } } request.open('Get', player_url); request.send(); } } function getConsent() { var has_consent = false; if (typeof window.OnetrustActiveGroups !== 'undefined') { var consentBrat = window.OnetrustActiveGroups; var consent_2 = consentBrat.indexOf('C0002') !== -1; var consent_7 = consentBrat.indexOf('C0007') !== -1; var consent_8 = consentBrat.indexOf('C0008') !== -1; var consent_9 = consentBrat.indexOf('C0009') !== -1; var consent_11 = consentBrat.indexOf('C0011') !== -1; if(consent_2 && consent_7 && consent_8 && consent_9 && consent_11) { has_consent = true; } } else { console.debug('window.OnetrustActiveGroups is undefined'); } console.debug('has consent: ' + has_consent); return has_consent; } function load_onnetwork_embed() { var isLoaded = document.querySelectorAll('#onn-script-3946'); if (isLoaded.length > 0) { return; } var s = document.createElement('script'); s.className = 'onnetwork-embed-script'; s.id = 'onn-script-3946'; s.type = 'text/javascript'; s.async = true; s.setAttribute('src', 'https://video.onnetwork.tv/embed.php?ext=rinrom&onnwebsite=3946'); document.body.appendChild(s); }