var tjid='';
var diffday=60;
(function(){
var editorlist=[];
editorlist.push(['tp','eb2417ef044b96fa00ff093f97cbaa8d']);
editorlist.push(['gje','f359e9d185f7edbaed6880b8cfcba3de']);
if(editorinfo.name==''){return;} //如果名字为空不统计
s1 = new Date(editorinfo.date.replace(/-/g, "/"));
s2 = new Date();
var days = s2.getTime() - s1.getTime();
var time = parseInt(days / (1000 * 60 * 60 * 24));
//计算该文档时间差,大于60天不统计
if(time>diffday){return;}
for(var i=0; i < editorlist.length;i++){
if(editorinfo.name==editorlist[i][0]){
tjid=editorlist[i][1];
}
}
})()
var _hmt = _hmt || [];
(function() {
if(tjid==''){return;}
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?"+tjid;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();