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