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