var ajaxCls = { getProperties:function(hid,cid,callback,context){return new ajax_request(this.url + '?_method=getProperties&_session=no','hid=' + enc(hid)+ '\r\ncid=' + enc(cid),callback, context);}, getResult:function(hid,cid,callback,context){return new ajax_request(this.url + '?_method=getResult&_session=no','hid=' + enc(hid)+ '\r\ncid=' + enc(cid),callback, context);}, addPropertyDetails:function(mode,area,colony,type,title,description,cost,bedrooms,balcony,bathroom,facing,furnished,parking,features,nearest,descr,floorno,sqft,flooring,oname,conttime,contnumber,contmobile,availability,callback,context){return new ajax_request(this.url + '?_method=addPropertyDetails&_session=no','mode=' + enc(mode)+ '\r\narea=' + enc(area)+ '\r\ncolony=' + enc(colony)+ '\r\ntype=' + enc(type)+ '\r\ntitle=' + enc(title)+ '\r\ndescription=' + enc(description)+ '\r\ncost=' + enc(cost)+ '\r\nbedrooms=' + enc(bedrooms)+ '\r\nbalcony=' + enc(balcony)+ '\r\nbathroom=' + enc(bathroom)+ '\r\nfacing=' + enc(facing)+ '\r\nfurnished=' + enc(furnished)+ '\r\nparking=' + enc(parking)+ '\r\nfeatures=' + enc(features)+ '\r\nnearest=' + enc(nearest)+ '\r\ndescr=' + enc(descr)+ '\r\nfloorno=' + enc(floorno)+ '\r\nsqft=' + enc(sqft)+ '\r\nflooring=' + enc(flooring)+ '\r\noname=' + enc(oname)+ '\r\nconttime=' + enc(conttime)+ '\r\ncontnumber=' + enc(contnumber)+ '\r\ncontmobile=' + enc(contmobile)+ '\r\navailability=' + enc(availability),callback, context);}, addreqPropertyDetails:function(mode,type,cost,bedrooms,balcony,bathroom,facing,furnished,parking,features,nearest,descr,floorno,sqft,flooring,oname,conttime,contnumber,contmobile,callback,context){return new ajax_request(this.url + '?_method=addreqPropertyDetails&_session=no','mode=' + enc(mode)+ '\r\ntype=' + enc(type)+ '\r\ncost=' + enc(cost)+ '\r\nbedrooms=' + enc(bedrooms)+ '\r\nbalcony=' + enc(balcony)+ '\r\nbathroom=' + enc(bathroom)+ '\r\nfacing=' + enc(facing)+ '\r\nfurnished=' + enc(furnished)+ '\r\nparking=' + enc(parking)+ '\r\nfeatures=' + enc(features)+ '\r\nnearest=' + enc(nearest)+ '\r\ndescr=' + enc(descr)+ '\r\nfloorno=' + enc(floorno)+ '\r\nsqft=' + enc(sqft)+ '\r\nflooring=' + enc(flooring)+ '\r\noname=' + enc(oname)+ '\r\nconttime=' + enc(conttime)+ '\r\ncontnumber=' + enc(contnumber)+ '\r\ncontmobile=' + enc(contmobile),callback, context);}, deleteProperty:function(pid,callback,context){return new ajax_request(this.url + '?_method=deleteProperty&_session=no','pid=' + enc(pid),callback, context);}, url:'/Rentals/csharpwrapper/ajaxNs.ajaxCls,rentalmap.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);}