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