var prePlay="playstat_";var preCmt="cmtstat_";var preUp="upstat_";var palyList=jQuery("span[id^='"+prePlay+"']");var cmtList=jQuery("span[id^='"+preCmt+"']");var upList=jQuery("span[id^='"+preUp+"']");var headLoc=document.getElementsByTagName("head").item(0);execute(prePlay,palyList,"vv","playstat");executecmt(preCmt,cmtList,"cmtstat");execute(preUp,upList,"up","upstat");function flushUpCount(){execute(preUp,upList,"up","upstat")}function execute(g,f,e,h){var b="http://count.joy.cn/static/"+h+".aspx?";var c;var a="";for(var d=0;d<f.length;d++){a=a+"content_type="+action.contentType+";content_id="+f.eq(d)[0].id.substring(g.length)+";job="+e+"&"}b=b+a+(new Date()).getTime();if(f.length>0){c=document.createElement("script");c.setAttribute("type","text/javascript");c.setAttribute("charset","utf-8");c.setAttribute("src",b);headLoc.appendChild(c)}}function executecmt(e,d,g){var f="http://comment.app.joy.cn/comment.do?method=count&appId="+appID+"&cbm="+g;var c;var a="";for(var b=0;b<d.length;b++){a=a+"&contentIds="+d.eq(b)[0].id.substring(e.length)}f=f+a;if(d.length>0){c=document.createElement("script");c.setAttribute("type","text/javascript");c.setAttribute("charset","utf-8");c.setAttribute("src",f);headLoc.appendChild(c)}}function upstat(d){for(var a=0;a<upList.length;a++){var c=upList.eq(a)[0].id.substring(preUp.length);for(var b=0;b<d.length;b++){if(c==d[b].content_id){upList.eq(a)[0].innerHTML=d[b].up}}}}function playstat(d){for(var a=0;a<palyList.length;a++){var c=palyList.eq(a)[0].id.substring(prePlay.length);for(var b=0;b<d.length;b++){if(c==d[b].content_id){palyList.eq(a)[0].innerHTML=d[b].vv}}}}function cmtstat(d){for(var a=0;a<cmtList.length;a++){var c=cmtList.eq(a)[0].id.substring(preCmt.length);for(var b=0;b<d.length;b++){if(c==d[b].id){cmtList.eq(a)[0].innerHTML=d[b].cmtnum}}}};