window.onload=function() { var _as = document.links; for (var i=0; i<_as.length; i++) if (_as[i].onclick==null) //_as[i].onclick=loadornot; _as[i].onclick=popunder; } var poped=false; function popunder() { if (poped||get_cookie('poped')!=null) return true; var under=window.open('http://www.zura.com.br/promocao.do?promoId=11','under','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes'); under.blur(); window.focus(); poped=true; set_cookie('poped', '1', 'www.ivox.com.br',2); return true; } function set_cookie(name,value,domain,htl) { if (htl) { var date = new Date(); date.setTime(date.getTime()+(htl*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; var domain = "; domain="+domain; document.cookie = name+"="+value+expires+domain+"; path=/"; } function get_cookie(name) { var search = name + "=" var returnvalue = null; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if the cookie exists offset += search.length end = document.cookie.indexOf(";", offset); // set the index of beginning value if (end == -1) // set the index of the end of cookie value end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } /* function loadornot(){ if (get_cookie('popunder')==''){ load_pop_power() document.cookie="popunder=yes" } } function load_pop_power(){ win2=window.open("http://ivox.zura.com.br","bw",'http://ivox.zura.com.br','popunder','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes') win2.blur() window.focus() } */