//cms必须的js文件，包括一些
//统计
function count(cid,type){
	$.get(__JSROOT__+"/count/",{cid:cid,type:type},function(data){$("#"+type).html(data);});
}
