// cached javascript var _default = { DL_User_Friend_IsAdd:function(Fr_Uid,Fr_FriendUid,Fr_Type,callback,context){return new ajax_request(this.url + '?_method=DL_User_Friend_IsAdd&_session=no','Fr_Uid=' + enc(Fr_Uid)+ '\r\nFr_FriendUid=' + enc(Fr_FriendUid)+ '\r\nFr_Type=' + enc(Fr_Type),callback, context);}, DL_User_BaseInfo_More_QueryPhotoPwdIsRight:function(U_Id,Bm_PhotoPwd,callback,context){return new ajax_request(this.url + '?_method=DL_User_BaseInfo_More_QueryPhotoPwdIsRight&_session=no','U_Id=' + enc(U_Id)+ '\r\nBm_PhotoPwd=' + enc(Bm_PhotoPwd),callback, context);}, DL_User_BaseInfo_More_QueryPhotoPwd:function(Bm_Uid,callback,context){return new ajax_request(this.url + '?_method=DL_User_BaseInfo_More_QueryPhotoPwd&_session=no','Bm_Uid=' + enc(Bm_Uid),callback, context);}, DL_User_Photos_QueryFromUid:function(Ph_Uid,callback,context){return new ajax_request(this.url + '?_method=DL_User_Photos_QueryFromUid&_session=no','Ph_Uid=' + enc(Ph_Uid),callback, context);}, DL_User_Photos_Select:function(pageIndex,pageSize,backCount,strWhere,orderBy,orderType,callback,context){return new ajax_request(this.url + '?_method=DL_User_Photos_Select&_session=no','pageIndex=' + enc(pageIndex)+ '\r\npageSize=' + enc(pageSize)+ '\r\nbackCount=' + enc(backCount)+ '\r\nstrWhere=' + enc(strWhere)+ '\r\norderBy=' + enc(orderBy)+ '\r\norderType=' + enc(orderType),callback, context);}, DL_User_QueryMoreSameAsMe:function(uid,callback,context){return new ajax_request(this.url + '?_method=DL_User_QueryMoreSameAsMe&_session=no','uid=' + enc(uid),callback, context);}, DL_User_MyZan_Insert:function(Mz_MyUserID,Mz_ViewerUserID,callback,context){return new ajax_request(this.url + '?_method=DL_User_MyZan_Insert&_session=no','Mz_MyUserID=' + enc(Mz_MyUserID)+ '\r\nMz_ViewerUserID=' + enc(Mz_ViewerUserID),callback, context);}, url:'/ajax/Denny.DennyLoveWeb.space._default,DennyLoveWeb.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;}