if(typeof www == "undefined") www={};
if(typeof www.tt_here == "undefined") www.tt_here={};
if(typeof www.tt_here.com == "undefined") www.tt_here.com={};
if(typeof www.tt_here.com.Login_class == "undefined") www.tt_here.com.Login_class={};
www.tt_here.com.Login_class = function() {};
Object.extend(www.tt_here.com.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ProcLogin: function(Usr, Psw) {
		return this.invoke("ProcLogin", {"Usr":Usr, "Psw":Psw}, this.ProcLogin.getArguments().slice(2));
	},
	ProcRecordLastSign: function(User) {
		return this.invoke("ProcRecordLastSign", {"User":User}, this.ProcRecordLastSign.getArguments().slice(1));
	},
	RetrievePassword: function(Usr) {
		return this.invoke("RetrievePassword", {"Usr":Usr}, this.RetrievePassword.getArguments().slice(1));
	},
	url: '/ajaxpro/www.tt_here.com.Login,www.tt-here.com.ashx'
}));
www.tt_here.com.Login = new www.tt_here.com.Login_class();

