if(typeof Microsoft == "undefined") Microsoft={};
if(typeof Microsoft.CommerceServer == "undefined") Microsoft.CommerceServer={};
if(typeof Microsoft.CommerceServer.Site == "undefined") Microsoft.CommerceServer.Site={};
if(typeof Microsoft.CommerceServer.Site.CustomProducts == "undefined") Microsoft.CommerceServer.Site.CustomProducts={};
Microsoft.CommerceServer.Site.CustomProducts_class = function() {};
Object.extend(Microsoft.CommerceServer.Site.CustomProducts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchProducts: function(CategoryID, pageStart, pSort, pIsMainCategory) {
		return this.invoke("GetSearchProducts", {"CategoryID":CategoryID, "pageStart":pageStart, "pSort":pSort, "pIsMainCategory":pIsMainCategory}, this.GetSearchProducts.getArguments().slice(4));
	},
	url: '/ajaxpro/Microsoft.CommerceServer.Site.CustomProducts,Microsoft.CommerceServer.Retail2002.ashx'
}));
Microsoft.CommerceServer.Site.CustomProducts = new Microsoft.CommerceServer.Site.CustomProducts_class();

