addNamespace("MasterPage");
MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddArticleToCart: function(articleId, supplierId) {
		return this.invoke("AddArticleToCart", {"articleId":articleId, "supplierId":supplierId}, this.AddArticleToCart.getArguments().slice(2));
	},
	url: '/ajaxpro/MasterPage,App_Web_dpvzx3ru.ashx'
}));
MasterPage = new MasterPage_class();


