addNamespace("BBS.Web.Control");
BBS.Web.Control.UserCenterHead_class = Class.create();
BBS.Web.Control.UserCenterHead_class.prototype = (new AjaxPro.Request()).extend({
	GetProductType: function(callback) {
		return this.invoke("GetProductType", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/BBS.Web.Control.UserCenterHead,BBS.Web.ashx";
	}
})
BBS.Web.Control.UserCenterHead = new BBS.Web.Control.UserCenterHead_class();

