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) {
		return this.invoke("GetSearchProducts", {"CategoryID":CategoryID, "pageStart":pageStart}, this.GetSearchProducts.getArguments().slice(2));
	},
	url: '/ajaxpro/Microsoft.CommerceServer.Site.CustomProducts,Microsoft.CommerceServer.Retail2002.ashx'
}));
Microsoft.CommerceServer.Site.CustomProducts = new Microsoft.CommerceServer.Site.CustomProducts_class();

