Register_class = function() {};
Object.extend(Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Register,webMp_deploy.ashx'
}));
Register = new Register_class();

