// cached javascript var Views_TAU_Book_Auction_Book_List = { Get_Bid_Details_View:function(BookId,Book_Currency,Mob_Ctry_Code,Mobile,callback,context){return new ajax_request(this.url + '?_method=Get_Bid_Details_View&_session=no','BookId=' + enc(BookId)+ '\r\nBook_Currency=' + enc(Book_Currency)+ '\r\nMob_Ctry_Code=' + enc(Mob_Ctry_Code)+ '\r\nMobile=' + enc(Mobile),callback, context);}, Fetch_Current_Bid_Amt:function(BookId,Book_Auction_No,Book_Currency,callback,context){return new ajax_request(this.url + '?_method=Fetch_Current_Bid_Amt&_session=no','BookId=' + enc(BookId)+ '\r\nBook_Auction_No=' + enc(Book_Auction_No)+ '\r\nBook_Currency=' + enc(Book_Currency),callback, context);}, GenerateOTP:function(Mobile_Ctry_Code,Mobile_Number,Email_ID,Name,callback,context){return new ajax_request(this.url + '?_method=GenerateOTP&_session=no','Mobile_Ctry_Code=' + enc(Mobile_Ctry_Code)+ '\r\nMobile_Number=' + enc(Mobile_Number)+ '\r\nEmail_ID=' + enc(Email_ID)+ '\r\nName=' + enc(Name),callback, context);}, Register_Participant:function(Mobile_Ctry_Code,Mobile_Number,Email_ID,Name,MobileOTP,EmailOTP,callback,context){return new ajax_request(this.url + '?_method=Register_Participant&_session=rw','Mobile_Ctry_Code=' + enc(Mobile_Ctry_Code)+ '\r\nMobile_Number=' + enc(Mobile_Number)+ '\r\nEmail_ID=' + enc(Email_ID)+ '\r\nName=' + enc(Name)+ '\r\nMobileOTP=' + enc(MobileOTP)+ '\r\nEmailOTP=' + enc(EmailOTP),callback, context);}, Generate_Login_Pin:function(Mobile_Ctry_Code,Mobile_Number,callback,context){return new ajax_request(this.url + '?_method=Generate_Login_Pin&_session=rw','Mobile_Ctry_Code=' + enc(Mobile_Ctry_Code)+ '\r\nMobile_Number=' + enc(Mobile_Number),callback, context);}, Validate_OTP:function(Mobile_Ctry_Code,Mobile_Number,OTP,callback,context){return new ajax_request(this.url + '?_method=Validate_OTP&_session=rw','Mobile_Ctry_Code=' + enc(Mobile_Ctry_Code)+ '\r\nMobile_Number=' + enc(Mobile_Number)+ '\r\nOTP=' + enc(OTP),callback, context);}, GetLoginDetails:function(callback,context){return new ajax_request(this.url + '?_method=GetLoginDetails&_session=rw','',callback, context);}, ClearSession:function(callback,context){return new ajax_request(this.url + '?_method=ClearSession&_session=rw','',callback, context);}, Get_Bid_Details:function(Bookid,Currency,callback,context){return new ajax_request(this.url + '?_method=Get_Bid_Details&_session=rw','Bookid=' + enc(Bookid)+ '\r\nCurrency=' + enc(Currency),callback, context);}, Update_Bid_Details:function(BookCurrency,BidDetails,LoginIP,LoginDevice,callback,context){return new ajax_request(this.url + '?_method=Update_Bid_Details&_session=rw','BookCurrency=' + enc(BookCurrency)+ '\r\nBidDetails=' + enc(BidDetails)+ '\r\nLoginIP=' + enc(LoginIP)+ '\r\nLoginDevice=' + enc(LoginDevice),callback, context);}, SessionValid:function(callback,context){return new ajax_request(this.url + '?_method=SessionValid&_session=rw','',callback, context);}, Display_Bidder_Details:function(BookCurrency,BookId,DisFlag,StartDate,Enddate,callback,context){return new ajax_request(this.url + '?_method=Display_Bidder_Details&_session=rw','BookCurrency=' + enc(BookCurrency)+ '\r\nBookId=' + enc(BookId)+ '\r\nDisFlag=' + enc(DisFlag)+ '\r\nStartDate=' + enc(StartDate)+ '\r\nEnddate=' + enc(Enddate),callback, context);}, url:'/ajax/Views_TAU_Book_Auction_Book_List,App_Web_ykbtbdwu.ashx' } 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;} function AjaxImage(url){var img=new Image();img.src=url;return img;} 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);}