	var tag='http://nl.nedstatpro.net/cgi-bin/nedstatpro.gif?name=deree_1';
	tag+=('&referrer='+escape(top.document.referrer));
		if(parseInt(navigator.appVersion)>3){
			if(screen.availWidth>0){
			tag+=('&availscreen='+screen.availWidth+'x'+screen.availHeight);
			tag+=('&screen='+screen.width+'x'+screen.height);
			tag+=('&colordepth='+screen.colorDepth);
			}
		}
	document.write('<img src='+tag+' width=1 height=1 align=right>');

