function wzstatlog () {
	var rf = document.referrer;
	var rq = document.URL;

	if (typeof encodeURIComponent == 'function') {
		rf = encodeURIComponent(rf);
		rq = encodeURIComponent(rq);
	}

	var u = 'wzstats.gif?rq='+rq+'&amp;rf='+rf;
	if (typeof encodeURI == 'function') {
		u = encodeURI(u);
	}

	document.write('<img src="'+u+'" alt="" width="1" height="1" style="border:0;" />');
}
