let time_load13186 = 0; setTimeout( function() { time_load13186 = 5; } , 8000); let intervalID13186 = setInterval( load_ads_board13186 , 300); function load_ads_board13186() { var ads_board = document.getElementById("db570f6a73a4d7e10ede827746ae992c"); if( !ads_board ) { return; } let ads_busy = find_ads_busy13186(); if( ads_busy !== false ) { ads_board.innerHTML = "..."; clearInterval(intervalID13186); load_ads13186( ads_busy ); } } function find_ads_busy13186() { var ads_busy = ""; let div = [ "c3b7cab19af6d5c3b00428af950eef80","2853427cee00e06272cf17d4be94f7d0","d5346723901d967ccc167929e2ee94ad","ca508b71f8e81b9ba5c419e9b31cc2ef","b313ba040d06ef01a187e5dee391739d","90ecce8d5dad4396f681182cb470872c","1b8df7db8a335c9096e43973615601d8","9e57f78cdc3a5f5052ff53af3df8e6eb","a25067c6d17ee06552ad5e147ae25c49","0d906a38328b8e0b0d070c66e4719b13","1352d2eb517ab94728c89acc30c5e141","126548d403b6c39820e63fed2cd54db3","fcf77efc6ffefda49699bc9188e0a933","b36745962d5a1345e1b6dc85e9a80405","b777ce76ec5633eacf713f4f8e08caf6","ac0bfdba5fb1f97273dbcc5039c665c4","75a380a0989c5ac111616ddc18c1f74c"]; for( let i = 0; i < div.length; i++ ) { let neighbor = document.getElementById( div[i] ); if( !neighbor ) { continue; } if( neighbor.innerHTML == "..." && time_load13186 < 5 ) { return false; } var link = neighbor.getElementsByTagName("a"); for(var j = 0; j < link.length; j++) { prev_link = link[j].href; ad = getUrlVars13186(prev_link); if( ad ) { ads_busy += ads_busy ? ","+ad : ad; } } } return ads_busy; } function getUrlVars13186(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_ads13186( 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=13186&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from; console.log("https://click.advertnative.com/loading/?load=1&handle=13186&ads_busy="+ads_busy+"&r="+Math.random()+"&host="+host+"&from="+from); document.getElementsByTagName("head")[0].appendChild(script); }