// cached javascript var dzp_index = { getdzp_gongying_qiugou:function(id,page,type,reqbigid,reqsmallid,htmlindex,callback,context){return new ajax_request(this.url + '?_method=getdzp_gongying_qiugou&_session=rw','id=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\ntype=' + enc(type)+ '\r\nreqbigid=' + enc(reqbigid)+ '\r\nreqsmallid=' + enc(reqsmallid)+ '\r\nhtmlindex=' + enc(htmlindex),callback, context);}, dzp_ad_list_index:function(bigstartfor,bigendfor,smallstartfor,smallendfor,top,bigleibie,smallleibie,width,height,sub,big_sub_start,big_sub_end,callback,context){return new ajax_request(this.url + '?_method=dzp_ad_list_index&_session=rw','bigstartfor=' + enc(bigstartfor)+ '\r\nbigendfor=' + enc(bigendfor)+ '\r\nsmallstartfor=' + enc(smallstartfor)+ '\r\nsmallendfor=' + enc(smallendfor)+ '\r\ntop=' + enc(top)+ '\r\nbigleibie=' + enc(bigleibie)+ '\r\nsmallleibie=' + enc(smallleibie)+ '\r\nwidth=' + enc(width)+ '\r\nheight=' + enc(height)+ '\r\nsub=' + enc(sub)+ '\r\nbig_sub_start=' + enc(big_sub_start)+ '\r\nbig_sub_end=' + enc(big_sub_end),callback, context);}, get_checkcode:function(callback,context){return new ajax_request(this.url + '?_method=get_checkcode&_session=rw','',callback, context);}, getdzp_news_tupian:function(id,page,type,reqbigid,reqsmallid,htmlindex,callback,context){return new ajax_request(this.url + '?_method=getdzp_news_tupian&_session=rw','id=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\ntype=' + enc(type)+ '\r\nreqbigid=' + enc(reqbigid)+ '\r\nreqsmallid=' + enc(reqsmallid)+ '\r\nhtmlindex=' + enc(htmlindex),callback, context);}, getwebsite_flashindex:function(callback,context){return new ajax_request(this.url + '?_method=getwebsite_flashindex&_session=rw','',callback, context);}, dzp_ad_list:function(bigstartfor,bigendfor,smallstartfor,smallendfor,top,bigleibie,smallleibie,width,height,sub,big_sub_start,big_sub_end,callback,context){return new ajax_request(this.url + '?_method=dzp_ad_list&_session=rw','bigstartfor=' + enc(bigstartfor)+ '\r\nbigendfor=' + enc(bigendfor)+ '\r\nsmallstartfor=' + enc(smallstartfor)+ '\r\nsmallendfor=' + enc(smallendfor)+ '\r\ntop=' + enc(top)+ '\r\nbigleibie=' + enc(bigleibie)+ '\r\nsmallleibie=' + enc(smallleibie)+ '\r\nwidth=' + enc(width)+ '\r\nheight=' + enc(height)+ '\r\nsub=' + enc(sub)+ '\r\nbig_sub_start=' + enc(big_sub_start)+ '\r\nbig_sub_end=' + enc(big_sub_end),callback, context);}, getdzp_friendlink:function(reqbigid,htmlindex,callback,context){return new ajax_request(this.url + '?_method=getdzp_friendlink&_session=rw','reqbigid=' + enc(reqbigid)+ '\r\nhtmlindex=' + enc(htmlindex),callback, context);}, getdzp_news:function(id,page,type,reqbigid,reqsmallid,htmlindex,callback,context){return new ajax_request(this.url + '?_method=getdzp_news&_session=rw','id=' + enc(id)+ '\r\npage=' + enc(page)+ '\r\ntype=' + enc(type)+ '\r\nreqbigid=' + enc(reqbigid)+ '\r\nreqsmallid=' + enc(reqsmallid)+ '\r\nhtmlindex=' + enc(htmlindex),callback, context);}, loginx:function(baocun,username,password,user_type,callback,context){return new ajax_request(this.url + '?_method=loginx&_session=rw','baocun=' + enc(baocun)+ '\r\nusername=' + enc(username)+ '\r\npassword=' + enc(password)+ '\r\nuser_type=' + enc(user_type),callback, context);}, url:'/xuhaihua/dzp.dzp_index,dzp.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 TimeSpan(){this.Days=0;this.Hours=0;this.Minutes=0;this.Seconds=0;this.Milliseconds=0;} TimeSpan.prototype.toString = function(){return this.Days+'.'+this.Hours+':'+this.Minutes+':'+this.Seconds+'.'+this.Milliseconds;}