if(typeof ASE == "undefined") ASE={};
if(typeof ASE.AjaxAPI == "undefined") ASE.AjaxAPI={};
if(typeof ASE.AjaxAPI.EmailSubscribe == "undefined") ASE.AjaxAPI.EmailSubscribe={};
ASE.AjaxAPI.EmailSubscribe_class = function() {};
Object.extend(ASE.AjaxAPI.EmailSubscribe_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Subscribe: function(emailAddress) {
		return this.invoke("Subscribe", {"emailAddress":emailAddress}, this.Subscribe.getArguments().slice(1));
	},
	url: '/ajaxpro/ASE.AjaxAPI.EmailSubscribe,ASESite_deploy.ashx'
}));
ASE.AjaxAPI.EmailSubscribe = new ASE.AjaxAPI.EmailSubscribe_class();

