if(current_act == 'channel/view') {
	// 统计频道点击
	$.getJSON(site_url + "ajax/count_view/channel/" + cid, function(result) {
		if(result.msg) {
			poc_alert(result.msg);
		}
	});
}