if(typeof ForeCore == "undefined") ForeCore={};
ForeCore.CompanyPredictionPack_class = function() {};
Object.extend(ForeCore.CompanyPredictionPack_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/ForeCore.CompanyPredictionPack,ForeCore.ashx'
}));
ForeCore.CompanyPredictionPack = new ForeCore.CompanyPredictionPack_class();

