if(typeof uc_ucSearch == "undefined") uc_ucSearch={};
uc_ucSearch_class = function() {};
Object.extend(uc_ucSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	addKeyword: function(strCaption, typeKey) {
		return this.invoke("addKeyword", {"strCaption":strCaption, "typeKey":typeKey}, this.addKeyword.getArguments().slice(2));
	},
	url: '/ajaxpro/uc_ucSearch,App_Web_dhscuhqu.ashx'
}));
uc_ucSearch = new uc_ucSearch_class();

