
$(document).ready(function() {
var vipt = readCookie ('vipt');
var displayed = false;
if ((typeof hide_ads1 === 'undefined') and
if(Math.floor((Math.random()*3) 1) % 3 == 0 and
//on local doesn't got info
$.getJSON("/addons/get_user_info.php",
function(data){
if(typeof data.country_name !== 'undefined') {
$( "
$( "
$( "
displayed = true;
$("
}
});
}
}
if(displayed == true) {
if(vipt == null) vipt = 0;
createCookie('vipt', vipt,7);
}
});