String.prototype.trim=function(){ return this.replace(/^\s+|\s+$/,""); }; function getObj(_1){ return document.all?document.all[_1]:document.getElementById(_1); } function hideIt(_2){ getObj(_2).style.display="none"; } function showIt(_3){ getObj(_3).style.display="block"; } function changeDisplay(_4){ var _5=document.getElementById(_4); if(_5.style.display=="none"){ _5.style.display="block"; }else{ if(_5.style.display=="block"){ _5.style.display="none"; } } } function initAjax(){ var _6=false; try{ _6=new ActiveXObject("Msxml2.XMLHTTP"); } catch(e){ try{ _6=new ActiveXObject("Microsoft.XMLHTTP"); } catch(E){ _6=false; } } if(!_6&&typeof XMLHttpRequest!="undefined"){ _6=new XMLHttpRequest(); } return _6; } function checkTextboxBlank(_7){ var _8=getObj(_7).value; if(_8==""){ return true; }else{ return false; } } function uploadImg(){ frames["uploadFrame"].document.uploadForm.submit(); } function savePost(){ document.post_form.action="/fabu/x"; document.post_form.submit(); } function saveProfile(_9){ document.profile_form.action="/wo/ziliao/"+_9; document.profile_form.submit(); } function saveEdit(_a){ document.post_form.action="/bianji/x/"+_a; document.post_form.submit(); } function modifyPasswd(){ hideDiv("pt"); showDiv("qt"); } function showReply(){ hideDiv("rt"); showDiv("rf"); } function hideDiv(_b){ getObj(_b).style.display="none"; } function showDiv(_c){ getObj(_c).style.display="block"; } function showTab(_d){ getObj("t__1").style.display="none"; getObj("t__2").style.display="none"; getObj("t__3").style.display="none"; showDiv(_d); } function checkReply(_e,_f){ var l=getObj(_f); if(checkTextboxBlank(_e)){ l.innerHTML="\u56de\u590d\u4e0d\u80fd\u4e3a\u7a7a\u54e6!"; return false; }else{ if(getObj(_e).value.length>1000){ l.innerHTML="\u56de\u590d\u6b63\u6587\u4e0d\u5f97\u8d85\u8fc71000\u4e2a\u5b57\u7b26"; return false; } } } function checkAll(){ var cbx=getObj("xinxi_t"); if(cbx.length==null){ cbx.checked=document.all("cbxa").checked; }else{ for(var i=0;i_40.length){ end=_40.length; } if(_41>=end){ return; } s+="

"+adsense_title+"

"; for(i=_41;i"; s+="
"+a+""+_40[i].line1+"
"+a+_40[i].line2+" "+(_40[i].line3?_40[i].line3:"")+"
"+a+_40[i].visible_url+"
"; } s+="
"; return s; } function popWindow(url,_47,w,h){ newwindow=window.open(url,_47,"height="+h+",width="+w+",resizable=yes,scrollbars=yes,toolbar=yes,status=yes,menubar=yes,location=yes"); if(window.focus){ newwindow.focus(); } return false; }