function clickstats(obj) {
	if(obj.href.indexOf("candidasymptoms.net/out/?url") == -1) {
		obj.href = '/out/?url='+encodeURIComponent(obj.href);
		obj.onmousedown='';
	}
	return true;
}