addNamespace("china.uc");
china.uc.q_reg_class = Class.create();
china.uc.q_reg_class.prototype = (new AjaxPro.Request()).extend({
	ggg: function(str, callback) {
		return this.invoke("ggg", {"str":str}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/china.uc.q_reg,china.ashx";
	}
})
china.uc.q_reg = new china.uc.q_reg_class();

