UIControls_isango_ucNewsLetterSubscription_class = function() {};
Object.extend(UIControls_isango_ucNewsLetterSubscription_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubscribeToNewsletter: function(emailId) {
		return this.invoke("SubscribeToNewsletter", {"emailId":emailId}, this.SubscribeToNewsletter.getArguments().slice(1));
	},
	url: '/ajaxpro/UIControls_isango_ucNewsLetterSubscription,App_Web_ucnewslettersubscription.ascx.1e66c8aa.ashx'
}));
UIControls_isango_ucNewsLetterSubscription = new UIControls_isango_ucNewsLetterSubscription_class();

