Left_class = function() {};
Object.extend(Left_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToNewsLetter: function(emailAdress) {
		return this.invoke("AddToNewsLetter", {"emailAdress":emailAdress}, this.AddToNewsLetter.getArguments().slice(1));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.Layout.Custom.Harders.Left,EasyFlow.WebApplications.Frontend.ashx'
}));
Left = new Left_class();

