addNamespace("MasterPage");
MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Ajax_AddArticleToCart: function(articleId) {
		return this.invoke("Ajax_AddArticleToCart", {"articleId":articleId}, this.Ajax_AddArticleToCart.getArguments().slice(1));
	},
	Ajax_AddSubscriptionToCart: function(articleId, priceType, price, subscriptionText) {
		return this.invoke("Ajax_AddSubscriptionToCart", {"articleId":articleId, "priceType":priceType, "price":price, "subscriptionText":subscriptionText}, this.Ajax_AddSubscriptionToCart.getArguments().slice(4));
	},
	url: '/ajaxpro/MasterPage,App_Web_qn0pofa7.ashx'
}));
MasterPage = new MasterPage_class();

