if(typeof SeekTreasure == "undefined") SeekTreasure={};
if(typeof SeekTreasure.Web == "undefined") SeekTreasure.Web={};
if(typeof SeekTreasure.Web.Member == "undefined") SeekTreasure.Web.Member={};
if(typeof SeekTreasure.Web.Member.Login == "undefined") SeekTreasure.Web.Member.Login={};
SeekTreasure.Web.Member.Login_class = function() {};
Object.extend(SeekTreasure.Web.Member.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetReturnCode: function(strUsername) {
		return this.invoke("GetReturnCode", {"strUsername":strUsername}, this.GetReturnCode.getArguments().slice(1));
	},
	url: '/ajaxpro/SeekTreasure.Web.Member.Login,SeekTreasure.ashx'
}));
SeekTreasure.Web.Member.Login = new SeekTreasure.Web.Member.Login_class();

