addNamespace("Shop.SaleWeb.SiteWeb.UserControls");
Shop.SaleWeb.SiteWeb.UserControls.PageLeftNewsletter_class = Class.create();
Shop.SaleWeb.SiteWeb.UserControls.PageLeftNewsletter_class.prototype = (new AjaxPro.Request()).extend({
	InsertEmail: function(email, callback) {
		return this.invoke("InsertEmail", {"email":email}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Shop.SaleWeb.SiteWeb.UserControls.PageLeftNewsletter,NewShop.SaleWeb.ashx";
	}
})
Shop.SaleWeb.SiteWeb.UserControls.PageLeftNewsletter = new Shop.SaleWeb.SiteWeb.UserControls.PageLeftNewsletter_class();

