if(typeof templates_Default == "undefined") templates_Default={};
templates_Default_class = function() {};
Object.extend(templates_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProducts: function(categoryAlias) {
		return this.invoke("GetProducts", {"categoryAlias":categoryAlias}, this.GetProducts.getArguments().slice(1));
	},
	url: '/ajaxpro/templates_Default,McCain.Web.ashx'
}));
templates_Default = new templates_Default_class();

