if(current_act == 'special/view') {
	// 统计专题点击
	$.getJSON(base_dir + "index.php/ajax/count_view/special/" + sid, function(result) {
	});
}
