if(typeof PredictWallStreet == "undefined") PredictWallStreet={};
if(typeof PredictWallStreet.www == "undefined") PredictWallStreet.www={};
if(typeof PredictWallStreet.www.ForecastAjax == "undefined") PredictWallStreet.www.ForecastAjax={};
PredictWallStreet.www.ForecastAjax_class = function() {};
Object.extend(PredictWallStreet.www.ForecastAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInternalSymbol: function(symbol) {
		return this.invoke("GetInternalSymbol", {"symbol":symbol}, this.GetInternalSymbol.getArguments().slice(1));
	},
	MakeComment: function(comment, symbol) {
		return this.invoke("MakeComment", {"comment":comment, "symbol":symbol}, this.MakeComment.getArguments().slice(2));
	},
	MakePredictionXml: function(symbol, entrytool, direction) {
		return this.invoke("MakePredictionXml", {"symbol":symbol, "entrytool":entrytool, "direction":direction}, this.MakePredictionXml.getArguments().slice(3));
	},
	LookupStockXML: function(symbol, entrytool) {
		return this.invoke("LookupStockXML", {"symbol":symbol, "entrytool":entrytool}, this.LookupStockXML.getArguments().slice(2));
	},
	GetPStocks: function() {
		return this.invoke("GetPStocks", {}, this.GetPStocks.getArguments().slice(0));
	},
	GetGame: function(tdate) {
		return this.invoke("GetGame", {"tdate":tdate}, this.GetGame.getArguments().slice(1));
	},
	CheckPrediction: function(symbol) {
		return this.invoke("CheckPrediction", {"symbol":symbol}, this.CheckPrediction.getArguments().slice(1));
	},
	StockChartInfoXml: function(symbol) {
		return this.invoke("StockChartInfoXml", {"symbol":symbol}, this.StockChartInfoXml.getArguments().slice(1));
	},
	SymbolSectorXml: function(sectorID) {
		return this.invoke("SymbolSectorXml", {"sectorID":sectorID}, this.SymbolSectorXml.getArguments().slice(1));
	},
	SymbolPortfolioXml: function() {
		return this.invoke("SymbolPortfolioXml", {}, this.SymbolPortfolioXml.getArguments().slice(0));
	},
	SymbolFavoriteXml: function() {
		return this.invoke("SymbolFavoriteXml", {}, this.SymbolFavoriteXml.getArguments().slice(0));
	},
	url: '/ajaxpro/PredictWallStreet.www.ForecastAjax,PredictWallStreet.www.ashx'
}));
PredictWallStreet.www.ForecastAjax = new PredictWallStreet.www.ForecastAjax_class();

