function setPageWidth(){if($("pageList")){var w=0;var root=$("pageList").getElementsByTagName("li");for(var i=0;i<root.length;i++){if(i<root.length-1){w+=root[i].offsetWidth}else{w+=275}};$("pageList").style.width=w+"px";$("pageList").style.paddingLeft=parseInt((580-w)/2)+"px"}}function setHeight(){var a=$("articleBorder").offsetHeight;var b=$("gg").offsetHeight;var h=a>b?a:b;h+=28;$("mainBody").style.height=(h+9)+"px";$("blank").style.height=$("article").style.height=(h+10)+"px";$("gg").style.height=$("articleBorder").style.height=(h-29)+"px"}function getGG(){try{for(i=1;i<gg.length;i++){document.write(gg[i])}}catch(e){}}function addFav(a,b){var c="添加到收藏夹";var s=document.location+"";var d=s.substring(7,s.indexOf('/',7)).toLowerCase().replace("."+webDomain,"");showMsg("正在连接服务器……",0,c);getBody("/server/favCreate.asp?domains="+d+"&topic="+escape(a)+"&url="+escape(b)+"&"+(new Date()).getTime(),"get",null,"parent.showMsg(result,5000,'"+c+"')",0,true)}function addComment(a){var b="发表评论";if($("commentContent").value.trim()==""){showMsg("评论内容不能为空。",3000,b);return};showMsg("正在发表评论……",0,b);var c="id="+a+"&isAnonymous=";if($("isAnonymous").checked){c+="1"}else{c+="0"};c+="&content="+escape($("commentContent").value);getBody("/server/commentCreate.asp?"+(new Date()).getTime(),"post",c,"parent.execaddComment(result,'"+b+"')",0,true)}function execaddComment(a,b){var c=5000;if(a.substr(0,14)=="checkLoginSuc:"){a="评论发表成功。"+a.replace("checkLoginSuc:","");$("commentContent").value=""}showMsg(a,c,b)}function invite(){var a=600;var b=400;var l=(document.body.clientWidth-a)/2;var t=30;if(document.documentElement&&document.documentElement.scrollTop){t+=document.documentElement.scrollTop}else{t+=document.body.scrollTop}sAlert(a,b,l,t);getBodyLocal("/style/default/frame/sendToFriend.html","get",null,"execSend(result,"+(a)+","+(b-2)+")",0,true)}function execSend(a,b,c){var d=$("titles").firstChild.firstChild.nodeValue;var e=$("seo").innerHTML;$("alertFram").style.border="1px solid #AAAAAA";$("alertFram").innerHTML=a;$("functionBar").onmousedown=StartDrag;$("functionBar").onmousemove=Drag;$("functionBar").onmouseup=StopDrag;$("functionMain").style.cssText="margin:auto;width:"+b+"px;height:"+c+"px";$("functionLeft").style.width=(b-20)+"px";$("functionContent").style.width=(b-20)+"px";$("functionContent").style.height=(c-100)+"px";$("myName").value=getCookie("sendName");$("myMail").value=getCookie("sendMail");$("myTitle").value="推荐给您一篇文章："+d;$("mainContent").innerHTML=e;$("myMailList").value=getCookie("sendMailList");$("myContent").value=friendContent;window.onscroll=moveStart}function tongji(a){getBody("/server/articleView.asp?id="+a+"&"+(new Date()).getTime(),"get",null,"$('commentNum').innerHTML=result",0,true)}