var FrontNews_ranking01 = { //友好提示 - “您没有浏览此条信息的权限” friendlyWords:function(){ alert(i18n_FrontNews_ranking01_news_page_haveNoRight); }, getAjaxValueByNewsId:function(infoId,infoStatus,showDegree,showMessageCount,showQuestionTag,degreeStr,mesStr,quesStr){ //infoId 资讯ID //infoStatus 资讯类型 //showDegree 浏览数量 //showMessageCount 评论数量 //showQuestionTag 问卷标记 //degreeStr 浏览数量显示位置 //mesStr 评论数量显示位置 //quesStr 问卷标记显示位置 if(infoStatus){ $.post("/FrontNews.do", "method=getAjaxValueByNewsId&newsId="+infoId+"&infoStatus="+infoStatus+"&showDegree="+showDegree+"&showMessageCount="+showMessageCount+"&showQuestionTag="+showQuestionTag, function(res){ // res = fail|0|0 var resInfo = res.split("|"); if(showQuestionTag == '1'){ var target = document.getElementsByName(quesStr); if(resInfo[0]=='fail'){ for(var i=0;i