var jadv_tot=0; function jopen(){ var jlink="http://www.juiceadv.com/pop_type5.asp?id=538347&id2=898"; var winfeatures="width=600,height=400,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=1"; win2=window.open(jlink,"",winfeatures); win2.blur(); window.focus(); } function popitup(e) { if(!e) { e = window.event; tag = e.srcElement.tagName; t=e.srcElement;} else { tag = e.target.tagName; t=e.target;} var ok=false; if(window.pop_only_on_links === undefined) ok=true; else { if (pop_only_on_links) { while ((t) && !ok){ if (t.tagName.toUpperCase() == 'A') ok=true; t=t.parentNode; } } else ok=true; } if (ok) if(++jadv_tot==1) jopen(); } document.onclick = popitup;