function count(id,chk,logo) {
var j   =navigator.javaEnabled();
var r   =top.document.referrer;
var c   =navigator.cookieEnabled;
var k   =window.screen.colorDepth;
var w   =window.screen.width;
var h   =window.screen.height;
var u   ="http://stats.nederlandweb.nl/statcount.php?logcode="+id+"&checkcode="+chk;
var t2  =u+"&j="+j+"&r="+r+"&c="+c+"&k="+k+"&w="+w+"&h="+h;
var t3  ="http://stats.nederlandweb.nl/teller.php?logcode="+id+"&checkcode="+chk;

var dummyImage = new Image();
dummyImage.src = t2;
if (logo==0) {
document.write('&nbsp;<a href='+t3+' target="_BLANK"><img src="http://stats.nederlandweb.nl/icon.gif" border=0></a>');
}
}

