if(typeof AjaxProTop == "undefined") AjaxProTop={};
AjaxProTop_class = function() {};
Object.extend(AjaxProTop_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckLogin: function(email, pass) {
		return this.invoke("CheckLogin", {"email":email, "pass":pass}, this.CheckLogin.getArguments().slice(2));
	},
	UserRegeditOK: function(mailto, pwd) {
		return this.invoke("UserRegeditOK", {"mailto":mailto, "pwd":pwd}, this.UserRegeditOK.getArguments().slice(2));
	},
	GetUrl: function() {
		return this.invoke("GetUrl", {}, this.GetUrl.getArguments().slice(0));
	},
	url: '/ajaxpro/top,Sell.Web.ashx'
}));
AjaxProTop = new AjaxProTop_class();


