var div = document.createElement("div"); div.className = "thumb_video ONNJSPLAYER"; div.setAttribute('id', "videocms_vid_80088"); div.setAttribute('data-url', "https://player.libertatea.ro/ringiervideo/player8.php?vcategory=altele&width=100%25&stream=/uploads/tx_lsuvideo/apr-2026-casa-alba-vizita-regelui-charles.mp4&wsource=16&autostart=1&mute=0&title=C%C3%A2t%20a%20pl%C4%83tit%20Melania%20Trump%20pentru%20costumul%20galben%20purtat%20la%20%C3%AEnt%C3%A2lnirea%20cu%20Regele%20Charles%3A%20Pre%C8%9Bul%20ame%C8%9Bitor%20al%20unei%20apari%C8%9Bii%20impecabile&image=https://videocms.ringier.ro/uploads/2026/04/lg-tvmania.png&mediaid="); var x = document.getElementById("video_insert_80088"); x.parentNode.insertBefore(div, x); let vid_80088 = document.getElementById('videocms_vid_80088'); if (vid_80088 !== null) { vid_80088.setAttribute('data-size', '16:9'); vid_80088.setAttribute('data-autoplay', '1'); vid_80088.setAttribute('data-website', '8400'); vid_80088.setAttribute('data-volume', '1'); vid_80088.setAttribute('data-volumem', '1'); vid_80088.setAttribute('data-mcdelay', '3'); vid_80088.setAttribute('data-fiframe', '1'); vid_80088.setAttribute('data-video_date', '2026-04-28 12:33:29'); vid_80088.setAttribute('data-miniature', '1'); var vid_url = vid_80088.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_80088.setAttribute('data-hlsfile', result.exhls); vid_80088.setAttribute('data-poster', result.exth); vid_80088.setAttribute('data-duration', Math.floor(result.exdur)); var mtitle = decodeURI(result.mtitle); mtitle = mtitle.replace(/\+/g, ' '); mtitle = mtitle.replace(/%2C/g, ', '); vid_80088.setAttribute('data-title', mtitle); load_onnetwork_embed(); /* vid_80088.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-8400'); if (isLoaded.length > 0) { return; } var s = document.createElement('script'); s.className = 'onnetwork-embed-script'; s.id = 'onn-script-8400'; s.type = 'text/javascript'; s.async = true; s.setAttribute('src', 'https://video.onnetwork.tv/embed.php?ext=rinrom&onnwebsite=8400'); document.body.appendChild(s); }