


var objectCount= {"sum":2,"object":{"value":46549638,"type":0,"channel_id":0,"name":"blogUserId"},"baseCount":1,"timestamp":1259475180660,"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>';
}