var isNN, isIE, exits, delay, skip, mywins, mytime; exits=1; delay=0*1000; if (parseInt(navigator.appVersion) >= 4) { if (navigator.appName == "Netscape") { isNN = true; } else { isIE = true; } } function errorIgnore(e) { return true; } function openExitWin() { mytime=delay; setTimeout("window.open('http://www.bannergratis.net/carica_pop.asp?ID=227&URL=http://freeware.altervista.org/');self.focus();",mytime); } if (isNN) {document.captureEvents(Event.UNLOAD | Event.LOAD | Event.ERROR | Event.CLICK);} if (window.name == "BannerGratis.net" ) { window.open = null;} else {window.onload=openExitWin;}