var isNN, isIE;


if (parseInt(navigator.appVersion) >= 4) {
    if (navigator.appName == "Netscape") {
	isNN = true;
    } else {
	isIE = true;
    }
}

function errorIgnore(e) { return true; }


function openExitWin() {
    var ExitWin = window.open();
    if (document.all || document.layers) { ExitWin.moveTo(0,0); ExitWin.resizeTo(screen.availWidth,screen.availHeight); }
    ExitWin.location.href='http://www.fiqexchange.com/cgi-bin/exit/run.cgi?userid=dtopmark';
    self.focus();
    return true;
}

if ( document.cookie.indexOf( 'dtopmarkExitXchange=' )==-1)
{

window.onerror = errorIgnore;


if (isNN) {
    document.captureEvents(Event.UNLOAD | Event.LOAD | Event.ERROR | Event.CLICK);
}


if (window.name == "myFairyWindow" ) { 
    window.open = null;
}
else {   
    window.onunload=openExitWin;
}
  document.cookie='dtopmarkExitXchange=HeyGuys!;path=/';
}