function exitpage(){var pwname="";if(document.layers) pwname="popwin.htm";var fmode="fullscreen=1,";var nav=navigator.userAgent.toLowerCase();if(nav.indexOf("opera/6")!=-1 || nav.indexOf("opera 6")!=-1 || nav.indexOf("msie 6")!=-1) fmode="";var popwin=window.open(pwname, "popwin", fmode + "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top="+screen.height+",left="+screen.width);popwin.blur();window.focus();popwin.resizeTo(10,10);popwin.location="http://www.myhelphub.com/start/launch2.aspx?u=http://www.selfhelpstreet.com/?int=AAPU";window.focus();}window.onbeforeunload=exitpage;