if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGoldInfo: function() {
		return this.invoke("GetGoldInfo", {}, this.GetGoldInfo.getArguments().slice(0));
	},
	GoPage: function(page) {
		return this.invoke("GoPage", {"page":page}, this.GoPage.getArguments().slice(1));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	SetSession: function(serverID, num, character) {
		return this.invoke("SetSession", {"serverID":serverID, "num":num, "character":character}, this.SetSession.getArguments().slice(3));
	},
	url: '/ajaxpro/index,SilkroadWeb_deploy.ashx'
}));
index = new index_class();

