if(typeof BaseIndex == "undefined") BaseIndex={};
BaseIndex_class = function() {};
Object.extend(BaseIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindServer: function() {
		return this.invoke("BindServer", {}, this.BindServer.getArguments().slice(0));
	},
	BindGoldInfo: function(selID, coin) {
		return this.invoke("BindGoldInfo", {"selID":selID, "coin":coin}, this.BindGoldInfo.getArguments().slice(2));
	},
	BindPLSort: function() {
		return this.invoke("BindPLSort", {}, this.BindPLSort.getArguments().slice(0));
	},
	BindPLInfo: function(plSortID, coin) {
		return this.invoke("BindPLInfo", {"plSortID":plSortID, "coin":coin}, this.BindPLInfo.getArguments().slice(2));
	},
	BindItem: function(selID, coin) {
		return this.invoke("BindItem", {"selID":selID, "coin":coin}, this.BindItem.getArguments().slice(2));
	},
	GetPLProsByOrderNo: function(order) {
		return this.invoke("GetPLProsByOrderNo", {"order":order}, this.GetPLProsByOrderNo.getArguments().slice(1));
	},
	checkLogin: function(email, pwd) {
		return this.invoke("checkLogin", {"email":email, "pwd":pwd}, this.checkLogin.getArguments().slice(2));
	},
	checkEmail: function(email) {
		return this.invoke("checkEmail", {"email":email}, this.checkEmail.getArguments().slice(1));
	},
	checkUserName: function(userName) {
		return this.invoke("checkUserName", {"userName":userName}, this.checkUserName.getArguments().slice(1));
	},
	ShowOrderDetail: function(orderID) {
		return this.invoke("ShowOrderDetail", {"orderID":orderID}, this.ShowOrderDetail.getArguments().slice(1));
	},
	AddComment: function(newsID, nickName, info, IP) {
		return this.invoke("AddComment", {"newsID":newsID, "nickName":nickName, "info":info, "IP":IP}, this.AddComment.getArguments().slice(4));
	},
	url: '/ajaxpro/BaseIndex,ShaiyaWeb_deploy.ashx'
}));
BaseIndex = new BaseIndex_class();

