var AllSnooker = {
	opp_hist_cb : function(req, res) {
		if (res.getAttribute('ok') == 1)
			$('#opp_results').html( res.textContent ).show();
		else
			$('#opp_results').hide();
	}
}

