if(typeof InfoPromotii == "undefined") InfoPromotii={};
if(typeof InfoPromotii.Web == "undefined") InfoPromotii.Web={};
if(typeof InfoPromotii.Web.Site == "undefined") InfoPromotii.Web.Site={};
if(typeof InfoPromotii.Web.Site.Autentificare == "undefined") InfoPromotii.Web.Site.Autentificare={};
InfoPromotii.Web.Site.Autentificare_class = function() {};
Object.extend(InfoPromotii.Web.Site.Autentificare_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsRegisteredEmail: function(_Email) {
		return this.invoke("IsRegisteredEmail", {"_Email":_Email}, this.IsRegisteredEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/InfoPromotii.Web.Site.Autentificare,App_Web_ld9ew9pw.ashx'
}));
InfoPromotii.Web.Site.Autentificare = new InfoPromotii.Web.Site.Autentificare_class();


