if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserLoginvip: function(UserMobile, UserPwd) {
		return this.invoke("UserLoginvip", {"UserMobile":UserMobile, "UserPwd":UserPwd}, this.UserLoginvip.getArguments().slice(2));
	},
	UserLogin: function(UserName, UserPwd) {
		return this.invoke("UserLogin", {"UserName":UserName, "UserPwd":UserPwd}, this.UserLogin.getArguments().slice(2));
	},
	GetSearchResult: function(type, condition) {
		return this.invoke("GetSearchResult", {"type":type, "condition":condition}, this.GetSearchResult.getArguments().slice(2));
	},
	url: '/ajaxpro/Ajax,App_Code.hkf84hao.ashx'
}));
Ajax = new Ajax_class();


