var html = ' ';
var close_html = '';

function setCookie(cname, cvalue){
var d = new Date();
d.setTime(d.getTime() + (5 * 60 * 1000));
var expires = "expires="+d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}

function getCookie(cname){
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i = 0; i < ca.length; i++){
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}

var show_code = getCookie('show_code');

if(show_code == ''){
setCookie('show_code', '1');
document.body.insertAdjacentHTML('beforeEnd', html);

setTimeout(function(){
document.getElementById('timer').style.display = 'none';
document.querySelector('#new_iframe_content #foo').insertAdjacentHTML('beforeBegin', close_html);
}, 33000);
}



pCloud Free 10GB & just $3.99/month

Last 25 hits by Traffic Boost Community

Visited AtLocation
No results found.