function getUserIcon(isH,pg) { str=""; stitle=""; powerGroupSets=powerGroupSet.split("$"); if(isH=="1") { str=getEnti(powerGroupSets[0],3); stitle="隐身会员"; } else { for(fi=0;fi "; } function getUserTitle(pg) { stitle=""; powerGroupSets=powerGroupSet.split("$"); for(fi=0;fi=0;i--) { document.write(" "+getEnti(powerGroupSets[i],2)+" "); if((j++)%6==0&&opn=="1") document.write("
"); } document.write(" 隐身会员"); } function getSysInfo(s) { if(s.indexOf(";")>=0) { tmpstr=s.split(";"); if(tmpstr.length>2) { tmpstr[2]=tmpstr[2].replace("NT 5.2","2003"); tmpstr[2]=tmpstr[2].replace("NT 5.1","XP"); tmpstr[2]=tmpstr[2].replace("NT 5.0","2000"); tmpstr[2]=tmpstr[2].replace("9x","ME"); tmpstr[2]=tmpstr[2].replace("(",""); tmpstr[2]=tmpstr[2].replace(")",""); return tmpstr[2]; } else return "不可识别" } else return "不可识别"; } function getBrowerInfo(s) { tmpstr=s.split(";"); if (s.indexOf("MSIE")>0) { tmpstr[1]=tmpstr[1].replace("MSIE", "Internet Explorer") return tmpstr[1]; } else { tmpss=tmpstr[0].split("("); return "非IE浏览器 "+tmpss[0]; } }