var runOnce = false;
var V539 = videojs('player2',{
controls:true,
autoplay:false,
loop:false,
preload:'auto',
poster:"https://www.mrsexe.tv/images/loading.jpg",
fluid:true
},{plugins:{thumbnails:{width:120,height:90, basePath : "https://img.mrsexe.tv/thumbs/mf005797_1/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V539.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V539.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V539.src("https://dlms3.mrsexe.tv/59ba5e2bf0bfcd22926ab0cd05e019d8.mp4");
V539.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('539','lfap','');
}
});
var myVideo = document.getElementById("player2");
if (myVideo.addEventListener) {
myVideo.addEventListener('contextmenu', function(e) {
e.preventDefault();
}, false);
} else {
myVideo.attachEvent('oncontextmenu', function() {
window.event.returnValue = false;
});
}
// HDtoggle('https://dlms3.mrsexe.tv/59ba5e2bf0bfcd22926ab0cd05e019d8.mp4','https://dlms3.mrsexe.tv/262320c134ad2f194a80b3e7c8d3297d.mp4');