var isChengtu=false;try{if(window.top.location.host==window.location.host){isChengtu=true;}}catch(exp){}if(!isChengtu&&(window!=window.top||window!=window.parent)){window.top.location.href=location.href;}var sUrl=location.href;var isCorp=true;var bgColor="#FFFFFF";var rndNum=8;var upBoardid="";var hasSaDiv=true;var saDivTime=20*1000;var saDivHref="http://xiaode.chengtu.com/?div";var saDivSrc="http://xiaode.chengtu.com/images/logo.gif";var saDivAlt="最成都晓得，你是身边的百科全书";var isLogin=_fGetName()!="";var isLog=true;var isDebug=false;var sVer="200705141841";var startTime=null;var endTime=null;var searchStart=null;var searchEnd=null;if(sUrl.toLowerCase().indexOf("dispbbs.asp")>-1){rndNum=6;};if(fGetRnd(8)<rndNum){isCorp=false;};var isGoogle,isBaidu,isShowAd,oJs;if(sUrl.indexOf("http://bbs.chengtu.com")>-1||sUrl.indexOf("http://forum.chengtu.com")>-1||sUrl.indexOf("http://zui.chengtu.com")>-1){isGoogle=true;isBaidu=false;}else{isGoogle=false;isBaidu=true;};var sTmp=location.pathname.toLowerCase();isShowAd=(sTmp!="/"&&sTmp!="/index.shtml"&&sTmp!="/index.asp"&&sTmp!="/pet_photo.asp"&&sTmp!="/pet_info.asp"&&sTmp!="/save.asp")?true:false;if(location.href.indexOf("debugger")>-1){var isDebug=true;debugger;};function fGetRnd(num){return Math.round((num-1)*Math.random());};function fCompareDate(oStart,oEnd){var oNow=new Date();return oStart.getTime()<=oNow.getTime()&&oEnd.getTime()>=oNow.getTime();}document.getNumElementByClassName=function(className,num,tag){var oElement=document.documentElement;var obj=null;var arr=[];var count=0;if(!(num>-1)){num=-1;}_fLoop(oElement);function _fLoop(oFather){if(num>-1&&count>=num){return;}var children=oFather.childNodes;loop:for(var i=0;i<children.length;i++){var child=children[i],classNames;if(child.nodeType==1){try{if(typeof tag=="undefined"||(tag&&tag.length>0&&child.nodeName.toLowerCase()==tag.toLowerCase())){if(child.className==className){if(num==-1){arr[arr.length]=child;}else{if(++count==num){obj=child;return;}}}else{classNames=child.className.split(' ');for(var j=0;j<classNames.length;j++){if(classNames[j]==className){if(num==-1){arr[arr.length]=child;break;}else{if(++count!=num){break;}else{obj=child;return;}}};}}}}catch(exp){}_fLoop(child);}}}if(num==-1){return arr.length==0?null:arr;}else{return obj;}};String.prototype.trim=function(){return this.replace(/(^\s*)|(\s*$)/g,"");};String.prototype.stripTags=function(){return this.replace(/<\/?[^>]+>/gi,'');};function fGetCookie(sName){var retValue;if(window.document.cookie==""){return "";}var cookieTemp=window.document.cookie;if(cookieTemp.indexOf(sName+";")>-1){return "";}var firstChar,laseChar;firstChar=cookieTemp.indexOf(sName+"=");var flag=false;if(firstChar==0){flag=true;}else{firstChar=cookieTemp.indexOf("; "+sName+"=");if(firstChar!=-1){flag=true;}};if(flag){if(firstChar==0){firstChar+=sName.length+1;}else{firstChar+=sName.length+3;};laseChar=cookieTemp.indexOf(";",firstChar);if(laseChar==-1){laseChar=cookieTemp.length;}retValue=cookieTemp.substring(firstChar,laseChar);return retValue;}else{return "";}};function fSetCookie(sName,sValue,sDomain,sPath,sDays){var oExDate=new Date();oExDate.setTime(oExDate.getTime()+sDays*24*60*60*1000);sName=sName+"="+sValue;sDomain=(typeof sDomain=="undefined"||sDomain=="")?"":";domain="+sDomain;sPath=(typeof sPath=="undefined"||sPath=="")?"":";path="+sPath;sDays=(typeof sDays=="undefined"||sDays==""||sDays==0)?"":";expires="+oExDate.toGMTString();window.document.cookie=sName+sDays+sPath+sDomain;}function _fGetName(){var sName="";try{sName=fGetCookie("DvForum");if(!sName){sName=fGetCookie("username");}else{sName=_fGetDvValue(sName,"username");}}catch(e){}finally{return sName;}}function _fGetUserId(){var nId=0;try{nId=_fGetDvValue(fGetCookie("DvForum"),"UserID");}catch(e){}finally{return nId;}}function _fGetDvValue(sCookie,sKey){var bFlag=false;var sResult="";var aTmp=sCookie.split("&");for(var i=0;i<aTmp.length;i++){if(aTmp[i].indexOf(sKey)==0){sResult=aTmp[i].replace(sKey+"=","");bFlag=true;break;}}if(!bFlag){sResult="";}return sResult;}function fGetElementsByTagNames(oNode,aTag){var sTag=("|"+aTag.join("|")+"|").toLowerCase();var aList=oNode.childNodes;var aResult=[];if(aList){for(var i=0;i<aList.length;i++){if(aList[i].nodeType==1&&sTag.indexOf(aList[i].nodeName.toLowerCase())>-1){aResult[aResult.length]=aList[i];}}}return aResult;}function fGetDisplayObj(num){try{var sUserAgent=window.navigator.userAgent;var isIE7=false;var sClass="postie";if(sUserAgent.indexOf("MSIE")>-1&&(sUserAgent.replace(/.+MSIE/gi,"").replace(/;.+/gi,"")-0)==7){isIE7=true;sClass="post";}else{num=num*2-1;};var obj=document.getNumElementByClassName(sClass,num,"div");if(obj.childNodes[1].id!="Dvbbs_Composition"){var oDiv=obj.childNodes[3];if(oDiv.style.styleFloat.toLowerCase()=="right"){oDiv=obj.childNodes[5];}return oDiv;}else{return null;}}catch(e){return null;}}