if(typeof ComShopWeb == "undefined") ComShopWeb={};
if(typeof ComShopWeb.Pages == "undefined") ComShopWeb.Pages={};
if(typeof ComShopWeb.Pages.Common == "undefined") ComShopWeb.Pages.Common={};
if(typeof ComShopWeb.Pages.Common.Controls == "undefined") ComShopWeb.Pages.Common.Controls={};
ComShopWeb.Pages.Common.Controls.SearchBar_class = function() {};
Object.extend(ComShopWeb.Pages.Common.Controls.SearchBar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecommendationList: function(inputString) {
		return this.invoke("GetRecommendationList", {"inputString":inputString}, this.GetRecommendationList.getArguments().slice(1));
	},
	url: '/ajaxpro/ComShopWeb.Pages.Common.Controls.SearchBar,ComShopWeb.ashx'
}));
ComShopWeb.Pages.Common.Controls.SearchBar = new ComShopWeb.Pages.Common.Controls.SearchBar_class();

