if(typeof Csi == "undefined") Csi={};
if(typeof Csi.NewHomeGuide == "undefined") Csi.NewHomeGuide={};
if(typeof Csi.NewHomeGuide.Web == "undefined") Csi.NewHomeGuide.Web={};
if(typeof Csi.NewHomeGuide.Web.UserControls_SearchControl == "undefined") Csi.NewHomeGuide.Web.UserControls_SearchControl={};
Csi.NewHomeGuide.Web.UserControls_SearchControl_class = function() {};
Object.extend(Csi.NewHomeGuide.Web.UserControls_SearchControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckForPlans: function(stateId, metroId, SearchForId) {
		return this.invoke("CheckForPlans", {"stateId":stateId, "metroId":metroId, "SearchForId":SearchForId}, this.CheckForPlans.getArguments().slice(3));
	},
	CheckForCommunities: function(stateId, metroId, SearchForId) {
		return this.invoke("CheckForCommunities", {"stateId":stateId, "metroId":metroId, "SearchForId":SearchForId}, this.CheckForCommunities.getArguments().slice(3));
	},
	CheckForBuilders: function(stateId, metroId, SearchForId) {
		return this.invoke("CheckForBuilders", {"stateId":stateId, "metroId":metroId, "SearchForId":SearchForId}, this.CheckForBuilders.getArguments().slice(3));
	},
	CheckForInventory: function(stateId, metroId, SearchForId) {
		return this.invoke("CheckForInventory", {"stateId":stateId, "metroId":metroId, "SearchForId":SearchForId}, this.CheckForInventory.getArguments().slice(3));
	},
	GetBuildersAndCommunities: function(stateId, metroId, SearchForId) {
		return this.invoke("GetBuildersAndCommunities", {"stateId":stateId, "metroId":metroId, "SearchForId":SearchForId}, this.GetBuildersAndCommunities.getArguments().slice(3));
	},
	url: '/ajaxpro/Csi.NewHomeGuide.Web.UserControls_SearchControl,Csi.NewHomeGuide.ashx'
}));
Csi.NewHomeGuide.Web.UserControls_SearchControl = new Csi.NewHomeGuide.Web.UserControls_SearchControl_class();

