addNamespace("GeQu");
GeQu.Register_class = Class.create();
GeQu.Register_class.prototype = (new AjaxPro.Request()).extend({
	initialize: function() {
		this.url = "/ajaxpro/GeQu.Register,GeQu.ashx";
	}
})
GeQu.Register = new GeQu.Register_class();

