let time_load8942 = 0; setTimeout( function() { time_load8942 = 5; } , 8000); let intervalID8942 = setInterval( load_ads_board8942 , 300); function load_ads_board8942() { var ads_board = document.getElementById("3bf75f7173e9ff794fc9c53515defaad"); if( !ads_board ) { return; } let ads_busy = find_ads_busy8942(); if( ads_busy !== false ) { ads_board.innerHTML = "..."; clearInterval(intervalID8942); load_ads8942( ads_busy ); } } function find_ads_busy8942() { var ads_busy = ""; let div = [ "80c60e6ccca996995b273e51b04d6b9c"]; for( let i = 0; i < div.length; i++ ) { let neighbor = document.getElementById( div[i] ); if( !neighbor ) { continue; } if( neighbor.innerHTML == "..." && time_load8942 < 5 ) { return false; } var link = neighbor.getElementsByTagName("a"); for(var j = 0; j < link.length; j++) { prev_link = link[j].href; ad = getUrlVars8942(prev_link); if( ad ) { ads_busy += ads_busy ? ","+ad : ad; } } } return ads_busy; } function getUrlVars8942(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_ads8942( ads_busy ) { var host = window.location.hostname; var from = document.referrer; var script = document.createElement("script"); script.charset = "utf-8"; script.src = "https://click.nativclick.com/loading/?handle=8942&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from; document.getElementsByTagName("head")[0].appendChild(script); }