


var objectCount= {"sum":9,"object":{"value":190493,"type":0,"channel_id":0,"name":"artiId"},"baseCount":8,"timestamp":1258827569918,"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>';
}