// cached javascript var AjaxMethod_tesecai = { GetPhotoList:function(iCategoryID,name,stype,callback,context){return new ajax_request(this.url + '?_method=GetPhotoList&_session=rw','iCategoryID=' + enc(iCategoryID)+ '\r\nname=' + enc(name)+ '\r\nstype=' + enc(stype),callback, context);}, GetPhotoInfo:function(id,name,stype,callback,context){return new ajax_request(this.url + '?_method=GetPhotoInfo&_session=rw','id=' + enc(id)+ '\r\nname=' + enc(name)+ '\r\nstype=' + enc(stype),callback, context);}, dmsmalladdress:function(provinceid,callback,context){return new ajax_request(this.url + '?_method=dmsmalladdress&_session=r','provinceid=' + enc(provinceid),callback, context);}, smalladdress:function(provinceid,callback,context){return new ajax_request(this.url + '?_method=smalladdress&_session=r','provinceid=' + enc(provinceid),callback, context);}, qu:function(cityid,callback,context){return new ajax_request(this.url + '?_method=qu&_session=r','cityid=' + enc(cityid),callback, context);}, jjjdao:function(cityid,callback,context){return new ajax_request(this.url + '?_method=jjjdao&_session=r','cityid=' + enc(cityid),callback, context);}, jjiedao:function(cityid,callback,context){return new ajax_request(this.url + '?_method=jjiedao&_session=r','cityid=' + enc(cityid),callback, context);}, keyup:function(cityid,callback,context){return new ajax_request(this.url + '?_method=keyup&_session=r','cityid=' + enc(cityid),callback, context);}, getsearchvalue:function(address,smalladdress,qu,jjjdao,callback,context){return new ajax_request(this.url + '?_method=getsearchvalue&_session=r','address=' + enc(address)+ '\r\nsmalladdress=' + enc(smalladdress)+ '\r\nqu=' + enc(qu)+ '\r\njjjdao=' + enc(jjjdao),callback, context);}, GethotPhotoList:function(iCategoryID,personid,stype,callback,context){return new ajax_request(this.url + '?_method=GethotPhotoList&_session=rw','iCategoryID=' + enc(iCategoryID)+ '\r\npersonid=' + enc(personid)+ '\r\nstype=' + enc(stype),callback, context);}, GethotPhotoInfo:function(id,personid,stype,callback,context){return new ajax_request(this.url + '?_method=GethotPhotoInfo&_session=rw','id=' + enc(id)+ '\r\npersonid=' + enc(personid)+ '\r\nstype=' + enc(stype),callback, context);}, url:'/xuhaihua/AjaxMethod_tesecai,tesecai.ashx' } function _getTable(n,e){for(var 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);}