addNamespace("autofuwu.Web.Controls");
autofuwu.Web.Controls.UserPanel_class = Class.create();
autofuwu.Web.Controls.UserPanel_class.prototype = (new AjaxPro.Request()).extend({
	initialize: function() {
		this.url = "/ajaxpro/autofuwu.Web.Controls.UserPanel,autofuwu.Web.ashx";
	}
})
autofuwu.Web.Controls.UserPanel = new autofuwu.Web.Controls.UserPanel_class();

