addNamespace("Jecda.Web");
Jecda.Web.Index_class = Class.create();
Jecda.Web.Index_class.prototype = (new AjaxPro.Request()).extend({
	getKeyword: function(typeid, callback) {
		return this.invoke("getKeyword", {"typeid":typeid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Jecda.Web.Index,Jecda.Web.ashx";
	}
})
Jecda.Web.Index = new Jecda.Web.Index_class();


