if(typeof CSi == "undefined") CSi={};
if(typeof CSi.ApartmentGuide == "undefined") CSi.ApartmentGuide={};
if(typeof CSi.ApartmentGuide.WebProject == "undefined") CSi.ApartmentGuide.WebProject={};
if(typeof CSi.ApartmentGuide.WebProject.AjaxMethods == "undefined") CSi.ApartmentGuide.WebProject.AjaxMethods={};
if(typeof CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods == "undefined") CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods={};
CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods_class = function() {};
Object.extend(CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(sStateName) {
		return this.invoke("GetCities", {"sStateName":sStateName}, this.GetCities.getArguments().slice(1));
	},
	GetBases: function(sBranchId) {
		return this.invoke("GetBases", {"sBranchId":sBranchId}, this.GetBases.getArguments().slice(1));
	},
	GetColleges: function(sStateId) {
		return this.invoke("GetColleges", {"sStateId":sStateId}, this.GetColleges.getArguments().slice(1));
	},
	GetLowPrices: function(sTermId) {
		return this.invoke("GetLowPrices", {"sTermId":sTermId}, this.GetLowPrices.getArguments().slice(1));
	},
	GetHighPrices: function(sTermId) {
		return this.invoke("GetHighPrices", {"sTermId":sTermId}, this.GetHighPrices.getArguments().slice(1));
	},
	IsZipCodeValid: function(sZipCode) {
		return this.invoke("IsZipCodeValid", {"sZipCode":sZipCode}, this.IsZipCodeValid.getArguments().slice(1));
	},
	IsCityValid: function(sCityName, sStateName) {
		return this.invoke("IsCityValid", {"sCityName":sCityName, "sStateName":sStateName}, this.IsCityValid.getArguments().slice(2));
	},
	GetCityDefaultRadius: function(sStateName, sCityName) {
		return this.invoke("GetCityDefaultRadius", {"sStateName":sStateName, "sCityName":sCityName}, this.GetCityDefaultRadius.getArguments().slice(2));
	},
	url: '/ajaxpro/CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods,CSi.ApartmentGuide.WebProject.ashx'
}));
CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods = new CSi.ApartmentGuide.WebProject.AjaxMethods.SearchAjaxMethods_class();

