


var objectCount= {"sum":37,"object":{"value":12685,"type":0,"channel_id":0,"name":"clubId"},"baseCount":36,"timestamp":1259471789447,"count":1};
if( typeof onObjectCountLoaded != "undefined" ){
	onObjectCountLoaded( objectCount );
}
else{
	obj = document.getElementById("clickNum");
	if( obj && objectCount != null )
		obj.innerHTML= 'µã»÷Êý:<span style="color:red">'+ objectCount.sum+ '</span>';
}