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)
{
ct=Math.floor(Date.now()/1000);
$("#vp").attr("src", "/v.php?id="+id+"&ct="+ct);
$("#vp")[0].load();
}
function plvp(id, name)
{
$("#mwv").modal("show");
$("#mwvt").html(name);
w=window.innerWidth;
if (w>720)
{
$("#mwvb").html("<video id=\"vp\" type=\"video/mp4\" style=\"position: relative; width: 640px; height: 360px; border: none; overflow: hidden;\" controls tabindex=\"0\" disablePictureInPicture controlsList=\"nodownload\" poster=\"/images/"+id+".jpg\"></video>");
$("#vp").bind("contextmenu", function() { return false; });
}
else
{
$("#mwvb").html("<video id=\"vp\" type=\"video/mp4\" style=\"position: relative; width: 320px; height: 180px; border: none; overflow: hidden;\" controls tabindex=\"0\" disablePictureInPicture controlsList=\"nodownload\" poster=\"/images/"+id+".jpg\"></video>");
$("#vp").bind("contextmenu", function() { return false; });
}
$.ajax({url: "/video.php", type: "POST", data:{"allow": "yes"}, success: function(data) { if (data=="OK") { setTimeout(function() { plv(id); }, 300); } } });
}
function vcl()
{
$("#vp").removeAttr("src");
$("#mwvb").html("");
$.ajax({url: "/video.php", type: "POST", data:{"allow": "no"}, success: function(data) { if (data=="OK") { } } });
}
function mdta(dt)
{
$("#mw").modal("show");
nfo=dt.split("|");
$("#mwt").html(nfo[0]);
$("#mwb").html(nfo[1]);
}