// increment WebCounter's Referer statistic:
var a = top.document.referrer; 
if ( a!="" && a.toLowerCase().indexOf("wwwendt.de")<0 ) {  
  document.writeln(("Referer: "+a).fontsize(1));
  a = a.replace (/\//g, "+");
  document.writeln("<img src=","http://webcounter.goweb.de/12194REF"+a+""," width=1 height=1 alt=' '>");
}

