let time_load16263 = 0; setTimeout( function() { time_load16263 = 5; } , 8000); let intervalID16263 = setInterval( load_ads_board16263 , 300); function load_ads_board16263() { var ads_board = document.getElementById("7ca165fd0c85aced8969bf90a6c8b0d5"); if( !ads_board ) { return; } let ads_busy = find_ads_busy16263(); if( ads_busy !== false ) { ads_board.innerHTML = "..."; clearInterval(intervalID16263); load_ads16263( ads_busy ); } } function find_ads_busy16263() { var ads_busy = ""; let div = [ "5dc86332c108bc63cafa5c4ea0d34ae1","a2b834e585967887c4522fa09f0b6395","9e1a4ad1551fcb87bfeb7061da4e11a2","015c11191cbf983956d7c19e3434c0cf","25e1cacca4ed260e758af5d015088139","c3eeb87920e101814f85b28d030738ab","8db966959676f75bd2ba06c4a2ea266a","f2dc24eeb8374eef5003b7c1dae3d51a"]; for( let i = 0; i < div.length; i++ ) { let neighbor = document.getElementById( div[i] ); if( !neighbor ) { continue; } if( neighbor.innerHTML == "..." && time_load16263 < 5 ) { return false; } var link = neighbor.getElementsByTagName("a"); for(var j = 0; j < link.length; j++) { prev_link = link[j].href; ad = getUrlVars16263(prev_link); if( ad ) { ads_busy += ads_busy ? ","+ad : ad; } } } return ads_busy; } function getUrlVars16263(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_ads16263( 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=16263&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from; console.log("https://click.advertnative.com/loading/?load=1&handle=16263&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from); document.getElementsByTagName("head")[0].appendChild(script); }