var now = new Date();
var startzeit = now.getTime();
 
function unload() {
  var now = new Date();
  var endzeit = now.getTime() - startzeit;
  timewin = window.open("http://webcounter.goweb.de/40039TIME"+endzeit, "TIME", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, height=100, width=100");
}

var a = document.referrer; var b = "";
  if (a.length) {
    for (i = 0; i < a.length; i++) {
      if (a.substring(i,i+1) == "/") { b = b + "+"; } else { b = b + a.substring(i,i+1); }
    }
    document.writeln("<img src=","http://webcounter.goweb.de/40039REF"+b+""," width=1 height=1 alt=' '>");
  }     
  
document.write("<img src='http://webcounter.goweb.de/40039WINSIZE"+screen.width+"x"+screen.height+"' border=0>");    
