document.write('');function buildExitHandler() { if (document.getElementsByTagName) { var arrAnchor = document.getElementsByTagName('A'); for (i=0; i < arrAnchor.length; i++){ if (arrAnchor[i].getAttribute) { if (!arrAnchor[i].onclick) { arrAnchor[i].onclick = exitPage(this); } } } } } function exitPage(a) { var u = "http://www.w3exit.com/exit.php?account=123web&tid=1265693799&ref="; var w = window.open('', 'w3exit','width=790,height=450,left=1,right=1,top=0,toolbar=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,status=yes,location=yes'); if (w) { w.blur(); w.location = u; window.focus(); if ( (w==null) ||(typeof(w)=="undefined") ||(typeof(w.location.hash)!="string") ) { window.open('', 'w3exit','width=790,height=450,left=1,right=1,top=0,toolbar=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,status=yes,location=yes'); } else { w.blur(); } window.focus(); } return true; }