var nstylet = ' div.totalcontainerexs{ display:block;width:100%;margin:0px;height:auto;box-sizing:border-box;align-items:stretch; background-color:transparent ;}' + ' div.playercontainerexs{ width:100%;height:auto;display:block; }' + ' div.widgetcontainerexs{ width:100%;height:auto;display:block; }' + ' div.widgetcontainerexs>div{ position:relative;display:block;width:100%;height:200px;left:0px;top:0px;border:none;margin:0px;padding:0px;overflow:hidden;padding-bottom:0%; }' + ' div.widgetcontainerexs.wid563>div{ padding-bottom:0%; height:200px; }' + ' div.widgetcontainerexs>div>iframe{ position:absolute;display:block;width:100%;height:100%;left:0px;top:0px;border:none;margin:0px;padding:0px;overflow:hidden; }' ; var nefrag = '
' + '
' + '
' + '' + '
' ; function insertWidget( container , ib ){ var nstyle = document.createElement( "style" ); nstyle.innerHTML = nstylet ; var tcontainer = document.createElement( "div" ); tcontainer.innerHTML = nefrag ; tcontainer.className = "totalcontainerexs" ; var pscript = document.createElement( "script" ); pscript.src="https://video.onnetwork.tv/embed.php?mid=MCwxNng5LDAsMCwxODQ5LDM5ODYsMSwwLDEsMzYsMCwwLDIsMCw0LDEsMCwxLDEsMiwwLDAsMSwwLDAsMCwwLC0xOy0xOzIwOzIwLDAsNTAsMA==&cId=p571258c63555fa5f2fe97e8eca6c4b0a&widget=563" ; pscript.async = true ; document.body.appendChild( nstyle ); if (ib){ container.parentElement.insertBefore( tcontainer , document.currentScript ); } else{ container.appendChild( tcontainer ); } document.body.appendChild( pscript ); } if ((""!="") && document.getElementById( "" )){ insertWidget( document.getElementById( "" ) , false ); }else if (document.currentScript && document.currentScript.parentElement){ insertWidget( document.currentScript , true ); }else{ document.writeln( nstylet ); document.writeln( '
' ); document.writeln( nefrag ); document.writeln( '
' ); }