if(typeof TopHotDistribution == "undefined") TopHotDistribution={};
TopHotDistribution_class = function() {};
Object.extend(TopHotDistribution_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadTopHot: function(contentType) {
		return this.invoke("LoadTopHot", {"contentType":contentType}, this.LoadTopHot.getArguments().slice(1));
	},
	url: '/ajaxpro/ONMS3C.UserControls.PageControl.TopDistribution,ONMS3C.ashx'
}));
TopHotDistribution = new TopHotDistribution_class();


