if(typeof euroinvestorint == "undefined") euroinvestorint={};
if(typeof euroinvestorint.GlobalAjaxFunctions == "undefined") euroinvestorint.GlobalAjaxFunctions={};
euroinvestorint.GlobalAjaxFunctions_class = function() {};
Object.extend(euroinvestorint.GlobalAjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServerTime: function() {
		return this.invoke("GetServerTime", {}, this.GetServerTime.getArguments().slice(0));
	},
	RTTopFlop: function(RTGuid) {
		return this.invoke("RTTopFlop", {"RTGuid":RTGuid}, this.RTTopFlop.getArguments().slice(1));
	},
	StockLookup: function(StockId, Day, Month, Year) {
		return this.invoke("StockLookup", {"StockId":StockId, "Day":Day, "Month":Month, "Year":Year}, this.StockLookup.getArguments().slice(4));
	},
	RTStockData: function(StockIdStr, sendAllData) {
		return this.invoke("RTStockData", {"StockIdStr":StockIdStr, "sendAllData":sendAllData}, this.RTStockData.getArguments().slice(2));
	},
	StockData: function(StockIdStr, sendAllData) {
		return this.invoke("StockData", {"StockIdStr":StockIdStr, "sendAllData":sendAllData}, this.StockData.getArguments().slice(2));
	},
	RTStockData_GetSingle: function(StockId) {
		return this.invoke("RTStockData_GetSingle", {"StockId":StockId}, this.RTStockData_GetSingle.getArguments().slice(1));
	},
	RTStockData_GetSingleDB: function(StockId) {
		return this.invoke("RTStockData_GetSingleDB", {"StockId":StockId}, this.RTStockData_GetSingleDB.getArguments().slice(1));
	},
	GetCurrencyQuotes: function(WorldID) {
		return this.invoke("GetCurrencyQuotes", {"WorldID":WorldID}, this.GetCurrencyQuotes.getArguments().slice(1));
	},
	GetCachedServerTime: function() {
		return this.invoke("GetCachedServerTime", {}, this.GetCachedServerTime.getArguments().slice(0));
	},
	GetStockQuote: function(index) {
		return this.invoke("GetStockQuote", {"index":index}, this.GetStockQuote.getArguments().slice(1));
	},
	recommendNewsStoryUpd: function(sID) {
		return this.invoke("recommendNewsStoryUpd", {"sID":sID}, this.recommendNewsStoryUpd.getArguments().slice(1));
	},
	url: '/ajaxpro/euroinvestorint.GlobalAjaxFunctions,euroinvestorint.ashx'
}));
euroinvestorint.GlobalAjaxFunctions = new euroinvestorint.GlobalAjaxFunctions_class();

