if(typeof Mantis == "undefined") Mantis={};
if(typeof Mantis.CaesarStone == "undefined") Mantis.CaesarStone={};
if(typeof Mantis.CaesarStone.Pages == "undefined") Mantis.CaesarStone.Pages={};
if(typeof Mantis.CaesarStone.Pages.Content == "undefined") Mantis.CaesarStone.Pages.Content={};
if(typeof Mantis.CaesarStone.Pages.Content.LoginViewControl == "undefined") Mantis.CaesarStone.Pages.Content.LoginViewControl={};
Mantis.CaesarStone.Pages.Content.LoginViewControl_class = function() {};
Object.extend(Mantis.CaesarStone.Pages.Content.LoginViewControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Register: function(email, password, fullname, occupation, wantUpdates) {
		return this.invoke("Register", {"email":email, "password":password, "fullname":fullname, "occupation":occupation, "wantUpdates":wantUpdates}, this.Register.getArguments().slice(5));
	},
	Login: function(email, password, getNotebookContents) {
		return this.invoke("Login", {"email":email, "password":password, "getNotebookContents":getNotebookContents}, this.Login.getArguments().slice(3));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	ForgotPassword: function(email) {
		return this.invoke("ForgotPassword", {"email":email}, this.ForgotPassword.getArguments().slice(1));
	},
	url: '/ajaxpro/Mantis.CaesarStone.Pages.Content.LoginViewControl,App_Web_loginview.ascx.baefa154.reln6vl7.ashx'
}));
Mantis.CaesarStone.Pages.Content.LoginViewControl = new Mantis.CaesarStone.Pages.Content.LoginViewControl_class();


