function clickout(name,cpcTerm,url) { try { newwindow1 = window.open("/track/popout.aspx?term=" + cpcTerm,"popout","width=800,height=600,toolbar=1,directories=1,menubar=1,status=1,resizable=1,location=0,scrollbars=1,copyhistory=0,left=25,top=25"); newwindow1.blur() } catch (e) { } } function popout(url){ //document.write(url) document.location.href = url } function link(url){ document.location.href = url; }