addNamespace("News_ShowInsert");
News_ShowInsert_class = Class.create();
News_ShowInsert_class.prototype = (new AjaxPro.Request()).extend({
	click_Catalog: function(FCatalog, callback) {
		return this.invoke("click_Catalog", {"FCatalog":FCatalog}, callback);
	},
	click_pulish: function(username, keywords, callback) {
		return this.invoke("click_pulish", {"username":username, "keywords":keywords}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/News_ShowInsert,WEB_deploy.ashx";
	}
})
News_ShowInsert = new News_ShowInsert_class();

