if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityState: function(strZipCode) {
		return this.invoke("GetCityState", {"strZipCode":strZipCode}, this.GetCityState.getArguments().slice(1));
	},
	GetSenatorInformation: function(strState) {
		return this.invoke("GetSenatorInformation", {"strState":strState}, this.GetSenatorInformation.getArguments().slice(1));
	},
	url: '/ajaxpro/_Default,App_Web_default.aspx.cdcab7d2.ashx'
}));
_Default = new _Default_class();

