addNamespace("nckh");
nckh._default_class = Class.create();
nckh._default_class.prototype = (new AjaxPro.Request()).extend({
	SetSession: function(sValue, callback) {
		return this.invoke("SetSession", {"sValue":sValue}, callback);
	},
	initialize: function() {
		this.url = "/nckh/ajaxpro/nckh._default,nckh.ashx";
	}
})
nckh._default = new nckh._default_class();

