Confronta, Scegli e Risparmia

I MIGLIORI PRESTITI ONLINE DEL MOMENTO

window.tryGaOptOut = function(args){
/* gaOptout should have been defined by host */
if(typeof(gaOptout)==’function’){
gaOptout();
alert(‘Opt-out OK’); /* give feedback to user that opt-out has been performed */
}else if(typeof(gaOptOut)==’function’){
gaOptOut();
alert(‘Opt-out OK’); /* give feedback to user that opt-out has been performed */
}else{
/* gaOptOut is not defined. Just open args.href in another window (default behaviour) */
if(args){
if(args.href){
window.open(args.href);
}
}
}
}