function wsrechit(code,eventtype) {
	var url = 'http://stats.centova.com';

	var loc = escape(window.location.href);
	var ref = escape(document.referrer);
	var img = new Image(1,1);
	img.src = url + '/hit_js.php?u='+loc+'&r='+ref+(code?'&c='+code:'')+(eventtype?'&e='+eventtype:'')+'&xr='+Math.random();
}
wsrechit(typeof ws_httpcode=='undefined'?0:ws_httpcode,typeof ws_eventtype=='undefined'?0:ws_eventtype);
