
function statRecorder( counter_id, item_id ){
	if (typeof item_id == 'undefined' ) var item_id = "";
	if (typeof counter_id == 'undefined' ) var counter_id = "";
	
	var counterObj = new ajUtils();
	counterObj.xmlhttpSend('/ajax.statRecorder.php?counterId='+counter_id+'&itemId='+item_id,'GET');
}
