onerror = richtig;
var a = top.document.referrer; 
var b = "";
for (i = 0; i < a.length; i++) {
	if (a.substring(i,i+1) == "/") { 
		b = b + "+"; 
	} 
	else { 
		b = b + a.substring(i,i+1); 
	} 
}
if (a.length > 3) {
	document.writeln("<img src=","http://webcounter.goweb.de/84041REF"+b+""," width='1' height='1' alt=''>");
}
function richtig() {
return true;
}
