if(typeof WebMasterLive == "undefined") WebMasterLive={};
if(typeof WebMasterLive.WebServices == "undefined") WebMasterLive.WebServices={};
if(typeof WebMasterLive.WebServices.Registration == "undefined") WebMasterLive.WebServices.Registration={};
WebMasterLive.WebServices.Registration_class = function() {};
Object.extend(WebMasterLive.WebServices.Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LogIn: function(Email, Password, RemeberMe) {
		return this.invoke("LogIn", {"Email":Email, "Password":Password, "RemeberMe":RemeberMe}, this.LogIn.getArguments().slice(3));
	},
	url: '/ajaxpro/WebMasterLive.WebServices.Registration,WebMasterLive.ashx'
}));
WebMasterLive.WebServices.Registration = new WebMasterLive.WebServices.Registration_class();

