if(typeof _69ye == "undefined") _69ye={};
if(typeof _69ye.Common == "undefined") _69ye.Common={};
_69ye.Common.Ajax_class = function() {};
Object.extend(_69ye.Common.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideAdd: function(firstNumber, secondNumber) {
		return this.invoke("ServerSideAdd", {"firstNumber":firstNumber, "secondNumber":secondNumber}, this.ServerSideAdd.getArguments().slice(2));
	},
	bbb: function(a) {
		return this.invoke("bbb", {"a":a}, this.bbb.getArguments().slice(1));
	},
	Reg: function(regname, regpass, regmail, prono, ismail) {
		return this.invoke("Reg", {"regname":regname, "regpass":regpass, "regmail":regmail, "prono":prono, "ismail":ismail}, this.Reg.getArguments().slice(5));
	},
	GetExist: function(regname) {
		return this.invoke("GetExist", {"regname":regname}, this.GetExist.getArguments().slice(1));
	},
	UserLogin: function(loginname, loginpass, chk) {
		return this.invoke("UserLogin", {"loginname":loginname, "loginpass":loginpass, "chk":chk}, this.UserLogin.getArguments().slice(3));
	},
	GetUserInfo: function(loginname) {
		return this.invoke("GetUserInfo", {"loginname":loginname}, this.GetUserInfo.getArguments().slice(1));
	},
	GetLoginCookie: function() {
		return this.invoke("GetLoginCookie", {}, this.GetLoginCookie.getArguments().slice(0));
	},
	GetLoginChkCookie: function() {
		return this.invoke("GetLoginChkCookie", {}, this.GetLoginChkCookie.getArguments().slice(0));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	SaveCookieConfig: function() {
		return this.invoke("SaveCookieConfig", {}, this.SaveCookieConfig.getArguments().slice(0));
	},
	SaveCookieUserConfig: function() {
		return this.invoke("SaveCookieUserConfig", {}, this.SaveCookieUserConfig.getArguments().slice(0));
	},
	addMsg: function(author, title, content) {
		return this.invoke("addMsg", {"author":author, "title":title, "content":content}, this.addMsg.getArguments().slice(3));
	},
	msgList: function(currentPage) {
		return this.invoke("msgList", {"currentPage":currentPage}, this.msgList.getArguments().slice(1));
	},
	showReply: function(tid) {
		return this.invoke("showReply", {"tid":tid}, this.showReply.getArguments().slice(1));
	},
	UpdateOnlineScore: function(loginname) {
		return this.invoke("UpdateOnlineScore", {"loginname":loginname}, this.UpdateOnlineScore.getArguments().slice(1));
	},
	BbsReg: function(regname, regpass, regmail) {
		return this.invoke("BbsReg", {"regname":regname, "regpass":regpass, "regmail":regmail}, this.BbsReg.getArguments().slice(3));
	},
	url: '/ajaxpro/_69ye.Common.Ajax,369ye.ashx'
}));
_69ye.Common.Ajax = new _69ye.Common.Ajax_class();

