if(typeof ajaxMethod == "undefined") ajaxMethod={};
ajaxMethod_class = function() {};
Object.extend(ajaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cdk_inf: function() {
		return this.invoke("cdk_inf", {}, this.cdk_inf.getArguments().slice(0));
	},
	kf_inf: function() {
		return this.invoke("kf_inf", {}, this.kf_inf.getArguments().slice(0));
	},
	getNews: function(type) {
		return this.invoke("getNews", {"type":type}, this.getNews.getArguments().slice(1));
	},
	gid: function() {
		return this.invoke("gid", {}, this.gid.getArguments().slice(0));
	},
	ReadState: function(gameid) {
		return this.invoke("ReadState", {"gameid":gameid}, this.ReadState.getArguments().slice(1));
	},
	ReadEUWow: function(gameid, ServerType, flag, keyWord) {
		return this.invoke("ReadEUWow", {"gameid":gameid, "ServerType":ServerType, "flag":flag, "keyWord":keyWord}, this.ReadEUWow.getArguments().slice(4));
	},
	checkRole: function() {
		return this.invoke("checkRole", {}, this.checkRole.getArguments().slice(0));
	},
	url: '/ajaxpro/ajaxMethod,App_Code.ashx'
}));
ajaxMethod = new ajaxMethod_class();

