// cached javascript var SalonAjax = { CSF:function(keyValue,contentType,callback,context){return new ajax_request(this.url + '?_method=CSF&_session=no','keyValue=' + enc(keyValue)+ '\r\ncontentType=' + enc(contentType),callback, context);}, CSD:function(keyValue,callback,context){return new ajax_request(this.url + '?_method=CSD&_session=no','keyValue=' + enc(keyValue),callback, context);}, CSQ:function(keyValue,callback,context){return new ajax_request(this.url + '?_method=CSQ&_session=no','keyValue=' + enc(keyValue),callback, context);}, CSG:function(keyValue,callback,context){return new ajax_request(this.url + '?_method=CSG&_session=no','keyValue=' + enc(keyValue),callback, context);}, CSP:function(keyValue,callback,context){return new ajax_request(this.url + '?_method=CSP&_session=no','keyValue=' + enc(keyValue),callback, context);}, CSALL:function(orgId,callback,context){return new ajax_request(this.url + '?_method=CSALL&_session=no','orgId=' + enc(orgId),callback, context);}, CSFSalonIndex:function(callback,context){return new ajax_request(this.url + '?_method=CSFSalonIndex&_session=no','',callback, context);}, getLoginStr:function(st,callback,context){return new ajax_request(this.url + '?_method=getLoginStr&_session=r','st=' + enc(st),callback, context);}, getOnlineList:function(callback,context){return new ajax_request(this.url + '?_method=getOnlineList&_session=no','',callback, context);}, getSalonTopMember:function(orgId,callback,context){return new ajax_request(this.url + '?_method=getSalonTopMember&_session=no','orgId=' + enc(orgId),callback, context);}, getSalonTopAdmin:function(orgId,callback,context){return new ajax_request(this.url + '?_method=getSalonTopAdmin&_session=no','orgId=' + enc(orgId),callback, context);}, getMyUserId:function(callback,context){return new ajax_request(this.url + '?_method=getMyUserId&_session=r','',callback, context);}, getSalonNewsTop:function(salonOrgID,topNum,newsType,callback,context){return new ajax_request(this.url + '?_method=getSalonNewsTop&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\ntopNum=' + enc(topNum)+ '\r\nnewsType=' + enc(newsType),callback, context);}, getSalonAlbumTop:function(salonOrgID,topNum,callback,context){return new ajax_request(this.url + '?_method=getSalonAlbumTop&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\ntopNum=' + enc(topNum),callback, context);}, getSalonActionTop:function(salonOrgID,topNum,callback,context){return new ajax_request(this.url + '?_method=getSalonActionTop&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\ntopNum=' + enc(topNum),callback, context);}, getSalonNewsTop1:function(salonOrgID,topNum,newsType,callback,context){return new ajax_request(this.url + '?_method=getSalonNewsTop1&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\ntopNum=' + enc(topNum)+ '\r\nnewsType=' + enc(newsType),callback, context);}, getSalonCorpusTop:function(salonOrgID,topNum,newsType,callback,context){return new ajax_request(this.url + '?_method=getSalonCorpusTop&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\ntopNum=' + enc(topNum)+ '\r\nnewsType=' + enc(newsType),callback, context);}, addFriend:function(type,UserId,friendUserId,callback,context){return new ajax_request(this.url + '?_method=addFriend&_session=no','type=' + enc(type)+ '\r\nUserId=' + enc(UserId)+ '\r\nfriendUserId=' + enc(friendUserId),callback, context);}, ListPage:function(salonOrgID,CurrentPage,PageSize,callback,context){return new ajax_request(this.url + '?_method=ListPage&_session=no','salonOrgID=' + enc(salonOrgID)+ '\r\nCurrentPage=' + enc(CurrentPage)+ '\r\nPageSize=' + enc(PageSize),callback, context);}, addGuestSay:function(OrgId,sayTitle,sayContent,sayUser,callback,context){return new ajax_request(this.url + '?_method=addGuestSay&_session=no','OrgId=' + enc(OrgId)+ '\r\nsayTitle=' + enc(sayTitle)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser),callback, context);}, AddSalonPaste:function(OrgId,sayTitle,sayContent,sayUser,newsType,callback,context){return new ajax_request(this.url + '?_method=AddSalonPaste&_session=no','OrgId=' + enc(OrgId)+ '\r\nsayTitle=' + enc(sayTitle)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser)+ '\r\nnewsType=' + enc(newsType),callback, context);}, AddPasteReply:function(pasteId,sayTitle,sayContent,sayUser,callback,context){return new ajax_request(this.url + '?_method=AddPasteReply&_session=no','pasteId=' + enc(pasteId)+ '\r\nsayTitle=' + enc(sayTitle)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser),callback, context);}, AddSalonQuickPaste:function(pasteId,sayTitle,sayContent,sayUser,callback,context){return new ajax_request(this.url + '?_method=AddSalonQuickPaste&_session=no','pasteId=' + enc(pasteId)+ '\r\nsayTitle=' + enc(sayTitle)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser),callback, context);}, AddSalonAblum:function(pasteId,sayContent,sayUser,callback,context){return new ajax_request(this.url + '?_method=AddSalonAblum&_session=no','pasteId=' + enc(pasteId)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser),callback, context);}, mdfSalonNews:function(newsId,sayTitle,sayContent,sayUser,pasteId,pageUser,callback,context){return new ajax_request(this.url + '?_method=mdfSalonNews&_session=no','newsId=' + enc(newsId)+ '\r\nsayTitle=' + enc(sayTitle)+ '\r\nsayContent=' + enc(sayContent)+ '\r\nsayUser=' + enc(sayUser)+ '\r\npasteId=' + enc(pasteId)+ '\r\npageUser=' + enc(pageUser),callback, context);}, delPaste:function(newsId,pasteId,pageUser,callback,context){return new ajax_request(this.url + '?_method=delPaste&_session=no','newsId=' + enc(newsId)+ '\r\npasteId=' + enc(pasteId)+ '\r\npageUser=' + enc(pageUser),callback, context);}, sendEMail:function(mailList,mailTitle,mailContent,callback,context){return new ajax_request(this.url + '?_method=sendEMail&_session=no','mailList=' + enc(mailList)+ '\r\nmailTitle=' + enc(mailTitle)+ '\r\nmailContent=' + enc(mailContent),callback, context);}, SendPrivateMail:function(UserId,Title,body,FriendUserId,callback,context){return new ajax_request(this.url + '?_method=SendPrivateMail&_session=no','UserId=' + enc(UserId)+ '\r\nTitle=' + enc(Title)+ '\r\nbody=' + enc(body)+ '\r\nFriendUserId=' + enc(FriendUserId),callback, context);}, getCorpusList:function(pageCurrent,salonOrgId,newsTypeId,schKey,callback,context){return new ajax_request(this.url + '?_method=getCorpusList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nsalonOrgId=' + enc(salonOrgId)+ '\r\nnewsTypeId=' + enc(newsTypeId)+ '\r\nschKey=' + enc(schKey),callback, context);}, getPasteList:function(pageCurrent,salonOrgId,newsTypeId,schKey,callback,context){return new ajax_request(this.url + '?_method=getPasteList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nsalonOrgId=' + enc(salonOrgId)+ '\r\nnewsTypeId=' + enc(newsTypeId)+ '\r\nschKey=' + enc(schKey),callback, context);}, getPasteListAll:function(pageCurrent,newsTypeId,schKey,callback,context){return new ajax_request(this.url + '?_method=getPasteListAll&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nnewsTypeId=' + enc(newsTypeId)+ '\r\nschKey=' + enc(schKey),callback, context);}, getActionList:function(pageCurrent,salonOrgId,schKey,callback,context){return new ajax_request(this.url + '?_method=getActionList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nsalonOrgId=' + enc(salonOrgId)+ '\r\nschKey=' + enc(schKey),callback, context);}, getPaste:function(pageCurrent,salonNewsId,userPageId,callback,context){return new ajax_request(this.url + '?_method=getPaste&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nsalonNewsId=' + enc(salonNewsId)+ '\r\nuserPageId=' + enc(userPageId),callback, context);}, getPasteByOrgAndPID:function(NewsId,ReplyPriValue,callback,context){return new ajax_request(this.url + '?_method=getPasteByOrgAndPID&_session=no','NewsId=' + enc(NewsId)+ '\r\nReplyPriValue=' + enc(ReplyPriValue),callback, context);}, addSalonCorpus:function(pasteId,addUserId,callback,context){return new ajax_request(this.url + '?_method=addSalonCorpus&_session=no','pasteId=' + enc(pasteId)+ '\r\naddUserId=' + enc(addUserId),callback, context);}, setSalonPasteTop:function(pasteId,addUserId,callback,context){return new ajax_request(this.url + '?_method=setSalonPasteTop&_session=no','pasteId=' + enc(pasteId)+ '\r\naddUserId=' + enc(addUserId),callback, context);}, setSalonPasteNoTop:function(pasteId,addUserId,callback,context){return new ajax_request(this.url + '?_method=setSalonPasteNoTop&_session=no','pasteId=' + enc(pasteId)+ '\r\naddUserId=' + enc(addUserId),callback, context);}, getAlbumList:function(pageCurrent,salonOrgid,imgType,callback,context){return new ajax_request(this.url + '?_method=getAlbumList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nsalonOrgid=' + enc(salonOrgid)+ '\r\nimgType=' + enc(imgType),callback, context);}, getParticularList:function(pageCurrent,Albumid,strUserId,callback,context){return new ajax_request(this.url + '?_method=getParticularList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\nAlbumid=' + enc(Albumid)+ '\r\nstrUserId=' + enc(strUserId),callback, context);}, getIndexAlbumList:function(salonOrgid,callback,context){return new ajax_request(this.url + '?_method=getIndexAlbumList&_session=no','salonOrgid=' + enc(salonOrgid),callback, context);}, UPC:function(clkType,keyValue,callback,context){return new ajax_request(this.url + '?_method=UPC&_session=no','clkType=' + enc(clkType)+ '\r\nkeyValue=' + enc(keyValue),callback, context);}, getKeyWords:function(keywords,callback,context){return new ajax_request(this.url + '?_method=getKeyWords&_session=no','keywords=' + enc(keywords),callback, context);}, StarState:function(strSalonOrgId,UserId,callback,context){return new ajax_request(this.url + '?_method=StarState&_session=no','strSalonOrgId=' + enc(strSalonOrgId)+ '\r\nUserId=' + enc(UserId),callback, context);}, ApplySalonStar:function(strSalonOrgId,UserId,StarMemo,callback,context){return new ajax_request(this.url + '?_method=ApplySalonStar&_session=no','strSalonOrgId=' + enc(strSalonOrgId)+ '\r\nUserId=' + enc(UserId)+ '\r\nStarMemo=' + enc(StarMemo),callback, context);}, isOpen:function(orgId,userId,callback,context){return new ajax_request(this.url + '?_method=isOpen&_session=no','orgId=' + enc(orgId)+ '\r\nuserId=' + enc(userId),callback, context);}, IsActive:function(OrgId,callback,context){return new ajax_request(this.url + '?_method=IsActive&_session=no','OrgId=' + enc(OrgId),callback, context);}, IsSalonMember:function(userId,salonId,callback,context){return new ajax_request(this.url + '?_method=IsSalonMember&_session=no','userId=' + enc(userId)+ '\r\nsalonId=' + enc(salonId),callback, context);}, CanAddPaste:function(userId,salonId,callback,context){return new ajax_request(this.url + '?_method=CanAddPaste&_session=no','userId=' + enc(userId)+ '\r\nsalonId=' + enc(salonId),callback, context);}, getgonggaoList:function(pageCurrent,pageSize,callback,context){return new ajax_request(this.url + '?_method=getgonggaoList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\npageSize=' + enc(pageSize),callback, context);}, AddgonggaoReply:function(strReplyId,UserId,sayContent,callback,context){return new ajax_request(this.url + '?_method=AddgonggaoReply&_session=no','strReplyId=' + enc(strReplyId)+ '\r\nUserId=' + enc(UserId)+ '\r\nsayContent=' + enc(sayContent),callback, context);}, showgonggaoReplyTop:function(topNum,strNewsId,callback,context){return new ajax_request(this.url + '?_method=showgonggaoReplyTop&_session=no','topNum=' + enc(topNum)+ '\r\nstrNewsId=' + enc(strNewsId),callback, context);}, showgonggaoReply:function(pageCurrent,pageSize,strNewsId,callback,context){return new ajax_request(this.url + '?_method=showgonggaoReply&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\npageSize=' + enc(pageSize)+ '\r\nstrNewsId=' + enc(strNewsId),callback, context);}, getSalonIndexPasteList:function(pageCurrent,pageSize,newsType,strType,callback,context){return new ajax_request(this.url + '?_method=getSalonIndexPasteList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\npageSize=' + enc(pageSize)+ '\r\nnewsType=' + enc(newsType)+ '\r\nstrType=' + enc(strType),callback, context);}, getSalonList:function(pageCurrent,pageSize,strType,callback,context){return new ajax_request(this.url + '?_method=getSalonList&_session=no','pageCurrent=' + enc(pageCurrent)+ '\r\npageSize=' + enc(pageSize)+ '\r\nstrType=' + enc(strType),callback, context);}, getSalonStarTop:function(topNum,cutNum,callback,context){return new ajax_request(this.url + '?_method=getSalonStarTop&_session=no','topNum=' + enc(topNum)+ '\r\ncutNum=' + enc(cutNum),callback, context);}, delAlbumMess:function(newsId,callback,context){return new ajax_request(this.url + '?_method=delAlbumMess&_session=no','newsId=' + enc(newsId),callback, context);}, url:'/ajax/SportsSystem.SalonAjax,SportsSystem.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