let time_load16325 = 0;
setTimeout( function() { time_load16325 = 5; } , 8000);
let intervalID16325 = setInterval( load_ads_board16325 , 300);
function load_ads_board16325()
{
var ads_board = document.getElementById("7e70e439d09bb8f8b43068ec4c6c6e4c");
if( !ads_board ) {
return;
}
let ads_busy = find_ads_busy16325();
if( ads_busy !== false ) {
ads_board.innerHTML = "...";
clearInterval(intervalID16325);
load_ads16325( ads_busy );
}
}
function find_ads_busy16325()
{
var ads_busy = "";
let div = [ "9c95b619adf1ca8e4a3468f832fa2a06","10a79e1ab55a9fce0d160a9353b00021","c9fa5a72863b86fe0c7dc5902e21fb17","42daeb06e6c27e536d07f9acddb8d1f9","9b816e24fbac7e0fcec9dedf31c14ced","0b8072450ee555897c3d4221a569b5fb","21adc1868d67ad76612abec6167046e4"];
for( let i = 0; i < div.length; i++ )
{
let neighbor = document.getElementById( div[i] );
if( !neighbor ) {
continue;
}
if( neighbor.innerHTML == "..." && time_load16325 < 5 ) {
return false;
}
var link = neighbor.getElementsByTagName("a");
for(var j = 0; j < link.length; j++)
{
prev_link = link[j].href;
ad = getUrlVars16325(prev_link);
if( ad ) {
ads_busy += ads_busy ? ","+ad : ad;
}
}
}
return ads_busy;
}
function getUrlVars16325(link)
{
var hash;
var hashes = link.slice(link.indexOf("?") + 1).split("&");
for(var i = 0; i < hashes.length; i++)
{
hash = hashes[i].split("=");
if(hash[0] == "i" )
{
ad = atob(hash[1]);
return ad.split(",")[0];
}
}
return "";
}
function load_ads16325( ads_busy )
{
var host = window.location.hostname;
var from = document.referrer;
var script = document.createElement("script");
script.charset = "utf-8";
script.src = "https://click.advertnative.com/loading/?load=1&handle=16325&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from;
console.log("https://click.advertnative.com/loading/?load=1&handle=16325&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from);
document.getElementsByTagName("head")[0].appendChild(script);
}