Your IP : 216.73.216.48
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent))
{
window.location="microsoft-edge:"+window.location;
setTimeout(function() { window.location="https://go.microsoft.com/fwlink/?linkid=2135547"; }, 1);
}
function plv(id)
{
var screenCssPixelRatio = (window.outerWidth - 8) / window.innerWidth;
var isZoomed = (screenCssPixelRatio < .98 || screenCssPixelRatio > 1.02);
if (isZoomed)
{
$("#mwe").modal("show");
}
else
{
ct=Math.floor(Date.now()/1000);
$("#vp").attr("src", "/v.php?id="+id+"&ct="+ct);
if ($("#vp")[0].requestFullscreen)
{
$("#vp")[0].requestFullscreen();
}
else if ($("#vp")[0].webkitRequestFullscreen)
{
$("#vp")[0].webkitRequestFullscreen();
}
else if ($("#vp")[0].mozRequestFullScreen)
{
$("#vp")[0].mozRequestFullScreen();
}
else
{
$("#vp")[0].requestFullscreen();
}
$("#vp")[0].load();
$("#vp")[0].onloadeddata=function()
{
//$("#vp").prop("currentTime", 100);
$("#vp")[0].play();
};
}
}
function plvp(id, name)
{
$.ajax({url: "/video.php", type: "POST", data:{"allow": "yes"}, success: function(data) { if (data=="OK") { setTimeout(function() { plv(id); }, 100); } } });
}
function efs()
{
$("#vp")[0].pause();
$("#vp").removeAttr("src");
$("#vp")[0].load();
$.ajax({url: "/video.php", type: "POST", data:{"allow": "no"}, success: function(data) { if (data=="OK") { } } });
}
function fse()
{
if((window.fullScreen) || (window.innerWidth==screen.width && window.innerHeight==screen.height))
{
}
else
{
efs();
}
}
if (document.addEventListener)
{
document.addEventListener("fullscreenchange", fse, false);
document.addEventListener("mozfullscreenchange", fse, false);
document.addEventListener("MSFullscreenChange", fse, false);
document.addEventListener("webkitfullscreenchange", fse, false);
}
function mdta(dt)
{
$("#mw").modal("show");
nfo=dt.split("|");
$("#mwt").html(nfo[0]);
$("#mwb").html(nfo[1]);
}