const timerVideoTwig = setInterval(() => {
// check if the script is loaded
if ("tavoos_jwplayer_obj" in window) {
clearInterval(timerVideoTwig);
tavoos_init_player(
'tavoos-8hxn74cBlMt9',
'https://cdn.eghtesadnews.com/thumbnail/8hxn74cBlMt9/rygr_OlXE1SxWscip_svQzRkUwr5ev-rB2Jjaoi22T3Ob5ykcpxC3VmJktg0AeQqPr-TMUStHybDaRzXwcxoLg,,/5898828.jpg',
[
{
"file": "https://cdn.eghtesadnews.com/servev2/8hxn74cBlMt9/lLl5vbV5w7c,/5898828.mp4",
"type": "mp4",
"label": "720p"
},
],
'https://tavoos.net/services/vast/aJcwf6TN-BiZX-0P86-VWyL-r3NMNPTiuVbP/2842'
);
}
}, 500);