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