if(typeof flife == "undefined") flife={};
if(typeof flife.UserControls == "undefined") flife.UserControls={};
flife.UserControls.uc_Cmb_Active_class = function() {};
Object.extend(flife.UserControls.uc_Cmb_Active_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCmuOrgContent: function() {
		return this.invoke("GetCmuOrgContent", {}, this.GetCmuOrgContent.getArguments().slice(0));
	},
	GetCmuSunFlowerContent: function() {
		return this.invoke("GetCmuSunFlowerContent", {}, this.GetCmuSunFlowerContent.getArguments().slice(0));
	},
	FormatTopActiveHtml: function(dt, ID) {
		return this.invoke("FormatTopActiveHtml", {"dt":dt, "ID":ID}, this.FormatTopActiveHtml.getArguments().slice(2));
	},
	GetCmuTitle: function(ID) {
		return this.invoke("GetCmuTitle", {"ID":ID}, this.GetCmuTitle.getArguments().slice(1));
	},
	GetFaceToFace: function() {
		return this.invoke("GetFaceToFace", {}, this.GetFaceToFace.getArguments().slice(0));
	},
	AddHit: function(obj) {
		return this.invoke("AddHit", {"obj":obj}, this.AddHit.getArguments().slice(1));
	},
	url: '/vip/ajaxpro/flife.UserControls.uc_Cmb_Active,flife.ashx'
}));
flife.UserControls.uc_Cmb_Active = new flife.UserControls.uc_Cmb_Active_class();

