if(typeof MMMWater == "undefined") MMMWater={};
if(typeof MMMWater.AjaxAPI == "undefined") MMMWater.AjaxAPI={};
if(typeof MMMWater.AjaxAPI.Login == "undefined") MMMWater.AjaxAPI.Login={};
MMMWater.AjaxAPI.Login_class = function() {};
Object.extend(MMMWater.AjaxAPI.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitLogin: function(username, password) {
		return this.invoke("SubmitLogin", {"username":username, "password":password}, this.SubmitLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/MMMWater.AjaxAPI.Login,3MWaterSite_deploy.ashx'
}));
MMMWater.AjaxAPI.Login = new MMMWater.AjaxAPI.Login_class();

