if(typeof UCI == "undefined") UCI={};
if(typeof UCI.PortalCC == "undefined") UCI.PortalCC={};
if(typeof UCI.PortalCC.Web == "undefined") UCI.PortalCC.Web={};
if(typeof UCI.PortalCC.Web.NewsLetter == "undefined") UCI.PortalCC.Web.NewsLetter={};
UCI.PortalCC.Web.NewsLetter_class = function() {};
Object.extend(UCI.PortalCC.Web.NewsLetter_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Alta: function(email) {
		return this.invoke("Alta", {"email":email}, this.Alta.getArguments().slice(1));
	},
	Borrar: function(email) {
		return this.invoke("Borrar", {"email":email}, this.Borrar.getArguments().slice(1));
	},
	url: '/ajaxpro/(X(1)S(i1khclah5mwiqi55pvzstm45))/UCI.PortalCC.Web.NewsLetter,App_Web_newsletter.ascx.cdcab7d2.ashx'
}));
UCI.PortalCC.Web.NewsLetter = new UCI.PortalCC.Web.NewsLetter_class();

