if(typeof CSi == "undefined") CSi={};
if(typeof CSi.ApartmentGuide == "undefined") CSi.ApartmentGuide={};
if(typeof CSi.ApartmentGuide.Presentation == "undefined") CSi.ApartmentGuide.Presentation={};
if(typeof CSi.ApartmentGuide.Presentation.Controllers == "undefined") CSi.ApartmentGuide.Presentation.Controllers={};
if(typeof CSi.ApartmentGuide.Presentation.Controllers.AptAjax == "undefined") CSi.ApartmentGuide.Presentation.Controllers.AptAjax={};
CSi.ApartmentGuide.Presentation.Controllers.AptAjax_class = function() {};
Object.extend(CSi.ApartmentGuide.Presentation.Controllers.AptAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(key) {
		return this.invoke("GetCities", {"key":key}, this.GetCities.getArguments().slice(1));
	},
	GetMilitaryBases: function() {
		return this.invoke("GetMilitaryBases", {}, this.GetMilitaryBases.getArguments().slice(0));
	},
	GetColleges: function() {
		return this.invoke("GetColleges", {}, this.GetColleges.getArguments().slice(0));
	},
	GetPriceRange: function(term) {
		return this.invoke("GetPriceRange", {"term":term}, this.GetPriceRange.getArguments().slice(1));
	},
	IsZipCodeValid: function(zipCode) {
		return this.invoke("IsZipCodeValid", {"zipCode":zipCode}, this.IsZipCodeValid.getArguments().slice(1));
	},
	url: '/ajaxpro/CSi.ApartmentGuide.Presentation.Controllers.AptAjax,CSi.ApartmentGuide.Presentation.ashx'
}));
CSi.ApartmentGuide.Presentation.Controllers.AptAjax = new CSi.ApartmentGuide.Presentation.Controllers.AptAjax_class();

