if(typeof Lrf == "undefined") Lrf={};
if(typeof Lrf.Templates == "undefined") Lrf.Templates={};
if(typeof Lrf.Templates.Pages == "undefined") Lrf.Templates.Pages={};
if(typeof Lrf.Templates.Pages.ProductList == "undefined") Lrf.Templates.Pages.ProductList={};
Lrf.Templates.Pages.ProductList_class = function() {};
Object.extend(Lrf.Templates.Pages.ProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddProductsToCart: function(list, productListPageID) {
		return this.invoke("AddProductsToCart", {"list":list, "productListPageID":productListPageID}, this.AddProductsToCart.getArguments().slice(2));
	},
	url: '/ajaxpro/Lrf.Templates.Pages.ProductList,LRF.ashx'
}));
Lrf.Templates.Pages.ProductList = new Lrf.Templates.Pages.ProductList_class();


