addNamespace("Reg_Reg");
Reg_Reg_class = Class.create();
Reg_Reg_class.prototype = (new AjaxPro.Request()).extend({
	Get_UserIdState: function(username, firstInt, callback) {
		return this.invoke("Get_UserIdState", {"username":username, "firstInt":firstInt}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Reg_Reg,mk_Circle_deploy.ashx";
	}
})
Reg_Reg = new Reg_Reg_class();

