// cached javascript var zhuye_index = { loginx:function(username,loginname,password,callback,context){return new ajax_request(this.url + '?_method=loginx&_session=rw','username=' + enc(username)+ '\r\nloginname=' + enc(loginname)+ '\r\npassword=' + enc(password),callback, context);}, loginoutx:function(name,callback,context){return new ajax_request(this.url + '?_method=loginoutx&_session=rw','name=' + enc(name),callback, context);}, getnewblogxianxi:function(username,id,page,callback,context){return new ajax_request(this.url + '?_method=getnewblogxianxi&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page),callback, context);}, getnewzhuyeblog:function(username,id,page,callback,context){return new ajax_request(this.url + '?_method=getnewzhuyeblog&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page),callback, context);}, delnewbloglinkx:function(id,callback,context){return new ajax_request(this.url + '?_method=delnewbloglinkx&_session=rw','id=' + enc(id),callback, context);}, delblogxianxi:function(id,callback,context){return new ajax_request(this.url + '?_method=delblogxianxi&_session=rw','id=' + enc(id),callback, context);}, newnewcaiputu:function(id,page,username,numnum,callback,context){return new ajax_request(this.url + '?_method=newnewcaiputu&_session=rw','id=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\nusername=' + enc(username)+ '\r\nnumnum=' + enc(numnum),callback, context);}, getboyouxiuperson:function(username,id,page,callback,context){return new ajax_request(this.url + '?_method=getboyouxiuperson&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page),callback, context);}, getblogbaoliao:function(username,id,page,callback,context){return new ajax_request(this.url + '?_method=getblogbaoliao&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page),callback, context);}, getqunboshow:function(buluoid,username,id,page,numnum,callback,context){return new ajax_request(this.url + '?_method=getqunboshow&_session=rw','buluoid=' + enc(buluoid)+ '\r\nusername=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\nnumnum=' + enc(numnum),callback, context);}, sendxianxishow:function(regtype,callback,context){return new ajax_request(this.url + '?_method=sendxianxishow&_session=rw','regtype=' + enc(regtype),callback, context);}, sendbaoliaoshow:function(regtype,callback,context){return new ajax_request(this.url + '?_method=sendbaoliaoshow&_session=rw','regtype=' + enc(regtype),callback, context);}, getqunbolistshow:function(username,id,page,callback,context){return new ajax_request(this.url + '?_method=getqunbolistshow&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page),callback, context);}, delnewblogqunbo:function(id,callback,context){return new ajax_request(this.url + '?_method=delnewblogqunbo&_session=rw','id=' + enc(id),callback, context);}, delnewpersonlinkx:function(id,callback,context){return new ajax_request(this.url + '?_method=delnewpersonlinkx&_session=rw','id=' + enc(id),callback, context);}, delblogbaoliao:function(id,callback,context){return new ajax_request(this.url + '?_method=delblogbaoliao&_session=rw','id=' + enc(id),callback, context);}, deltesecaicaipu:function(id,callback,context){return new ajax_request(this.url + '?_method=deltesecaicaipu&_session=rw','id=' + enc(id),callback, context);}, delblogphoto:function(id,callback,context){return new ajax_request(this.url + '?_method=delblogphoto&_session=rw','id=' + enc(id),callback, context);}, getnhottagshow:function(username,id,page,numnum,callback,context){return new ajax_request(this.url + '?_method=getnhottagshow&_session=rw','username=' + enc(username)+ '\r\nid=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\nnumnum=' + enc(numnum),callback, context);}, shenhecaipu:function(caipu_id,callback,context){return new ajax_request(this.url + '?_method=shenhecaipu&_session=rw','caipu_id=' + enc(caipu_id),callback, context);}, getjcbtsend:function(callback,context){return new ajax_request(this.url + '?_method=getjcbtsend&_session=rw','',callback, context);}, addphotonews:function(id,page,numnum,subjectid,callback,context){return new ajax_request(this.url + '?_method=addphotonews&_session=rw','id=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\nnumnum=' + enc(numnum)+ '\r\nsubjectid=' + enc(subjectid),callback, context);}, inserthotphotonews:function(subject,photo_path,wangzi,subtype,callback,context){return new ajax_request(this.url + '?_method=inserthotphotonews&_session=rw','subject=' + enc(subject)+ '\r\nphoto_path=' + enc(photo_path)+ '\r\nwangzi=' + enc(wangzi)+ '\r\nsubtype=' + enc(subtype),callback, context);}, url:'/xuhaihua/zhuye.zhuye_index,zhuye.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i9999||year<1970||month<1||month>12||day<0||day>31||hours<0||hours>23||minutes<0||minutes>59||seconds<0||seconds>59)throw("ArgumentException");this.Year = year;this.Month = month;this.Day = day;this.Hours = hours;this.Minutes = minutes;this.Seconds = seconds;} DateTime.prototype.toString = function(){return digi(this.Year,4) + digi(this.Month,2) + digi(this.Day,2) + digi(this.Hours,2) + digi(this.Minutes,2) + digi(this.Seconds,2);} function _getTable(n,e){for(var i=0; i