if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	searchForFacilities: function(dbEnv, Zip, Zip4, Radius, TraitOnly) {
		return this.invoke("searchForFacilities", {"dbEnv":dbEnv, "Zip":Zip, "Zip4":Zip4, "Radius":Radius, "TraitOnly":TraitOnly}, this.searchForFacilities.getArguments().slice(5));
	},
	getUserID: function() {
		return this.invoke("getUserID", {}, this.getUserID.getArguments().slice(0));
	},
	createUserRecord: function(UserID, Browser, Version, ScreenHeight, ScreenWidth, SearchCounter, FilterCounter) {
		return this.invoke("createUserRecord", {"UserID":UserID, "Browser":Browser, "Version":Version, "ScreenHeight":ScreenHeight, "ScreenWidth":ScreenWidth, "SearchCounter":SearchCounter, "FilterCounter":FilterCounter}, this.createUserRecord.getArguments().slice(7));
	},
	updateUserRecord: function(UserID, SearchCounter, FilterCounter) {
		return this.invoke("updateUserRecord", {"UserID":UserID, "SearchCounter":SearchCounter, "FilterCounter":FilterCounter}, this.updateUserRecord.getArguments().slice(3));
	},
	url: '/Search/ajaxpro/_Default,App_Web_ya7sjazu.ashx'
}));
_Default = new _Default_class();

