addNamespace("UserControl_Header");
UserControl_Header_class = Class.create();
UserControl_Header_class.prototype = (new AjaxPro.Request()).extend({
	Format: function(str, callback) {
		return this.invoke("Format", {"str":str}, callback);
	},
	QuitLogin: function(callback) {
		return this.invoke("QuitLogin", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/UserControl_Header,App_Web_-8bfzaoe.ashx";
	}
})
UserControl_Header = new UserControl_Header_class();

