\n
\n
\n
We have detected that you are using adblocking plugin in your browser.
\n\n
\nThe revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
\n
\n
\n
";function parseHost(url) {
var a=document.createElement('a');
a.href=url;
return a.hostname;
}
jQuery(document).ready(function(){
var screenSize = window.screen.width + 'x' + window.screen.height;
var myUrl = window.location.href;
var myHost = window.location.hostname;
var refUrl = document.referrer;
var refHost = parseHost(refUrl);
if(myHost == refHost)
refUrl = 'Direct';
jQuery.post(trackLink,{page:myUrl,ref:refUrl,screen:screenSize},function(data){
});
if(xdEnabled){
let xdBlockEnabled, adBlockEnabled = false;
async function xdBlock2() {
const googleAdUrl = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'
try {
await fetch(new Request(googleAdUrl)).catch(_ => adBlockEnabled = true)
} catch (e) {
adBlockEnabled = true
}
}
xdBlock2();
var testAd = document.createElement('div');
testAd.innerHTML = ' ';
testAd.className = 'adspot pub_300x250 banner_ad pub_728x90 textAd';
document.body.appendChild(testAd);
window.setTimeout(function() {
if (testAd.offsetHeight === 0) {
xdBlockEnabled = true;
}
testAd.remove();
if(xdBlockEnabled || adBlockEnabled){
if(xdOption == 'link'){
window.location = xdData1;
}else if(xdOption == 'close'){
$('#xdTitle').html(xdData1);
$('#xdContent').html(xdData2);
$('#xdBox').modal('show');
}else if(xdOption == 'force'){
$('#xdClose').hide();
$('#xdTitle').html(xdData1);
$('#xdContent').html(xdData2);
$('#xdBox').modal({
backdrop: 'static',
keyboard: false
});
$('#xdBox').modal('show');
}
}
}, 100);
}
});