CMS_Controls_OrderNews_class = function() {};
Object.extend(CMS_Controls_OrderNews_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterToNews: function(email, AdremaId, MailBodyId, structure) {
		return this.invoke("RegisterToNews", {"email":email, "AdremaId":AdremaId, "MailBodyId":MailBodyId, "structure":structure}, this.RegisterToNews.getArguments().slice(4));
	},
	url: '/ajaxpro/CMS_Controls_OrderNews,web.ashx'
}));
CMS_Controls_OrderNews = new CMS_Controls_OrderNews_class();


