var ShortlistFunctions = { AddProperty:function(propertyID,referenceNumber,callback,context){return new ajax_request(this.url + '?_method=AddProperty&_session=rw','propertyID=' + enc(propertyID)+ '\r\nreferenceNumber=' + enc(referenceNumber),callback, context);}, RemoveProperty:function(propertyID,callback,context){return new ajax_request(this.url + '?_method=RemoveProperty&_session=rw','propertyID=' + enc(propertyID),callback, context);}, NumberOfProperties:function(callback,context){return new ajax_request(this.url + '?_method=NumberOfProperties&_session=r','',callback, context);}, url:'/ajax/InfoCasa.Web.Template3.ShortlistFunctions,web_deploy.ashx' }