if(typeof AjaxHelper == "undefined") AjaxHelper={};
AjaxHelper_class = function() {};
Object.extend(AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBlankQueryParameters: function() {
		return this.invoke("GetBlankQueryParameters", {}, this.GetBlankQueryParameters.getArguments().slice(0));
	},
	EstimateSearchResults: function(qp) {
		return this.invoke("EstimateSearchResults", {"qp":qp}, this.EstimateSearchResults.getArguments().slice(1));
	},
	GetLocations: function(sLocationBeginning) {
		return this.invoke("GetLocations", {"sLocationBeginning":sLocationBeginning}, this.GetLocations.getArguments().slice(1));
	},
	IsPostCode: function(sIsPost) {
		return this.invoke("IsPostCode", {"sIsPost":sIsPost}, this.IsPostCode.getArguments().slice(1));
	},
	url: '/ajaxpro/Fuse8.Websites.BarnardMarcus.Web.Ajax.AjaxHelper,Fuse8.Websites.BarnardMarcus.Web.ashx'
}));
AjaxHelper = new AjaxHelper_class();

