if(typeof BrandSearchLibrary == "undefined") BrandSearchLibrary={};
if(typeof BrandSearchLibrary.ProductListResult == "undefined") BrandSearchLibrary.ProductListResult={};
BrandSearchLibrary.ProductListResult_class = function() {};
Object.extend(BrandSearchLibrary.ProductListResult_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/BrandSearchLibrary.ProductListResult,BrandSearchLibrary.ashx'
}));
BrandSearchLibrary.ProductListResult = new BrandSearchLibrary.ProductListResult_class();

