addNamespace("euroinvestorint");
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));
	},
	GetCurrencyQuotes: function(WorldID) {
		return this.invoke("GetCurrencyQuotes", {"WorldID":WorldID}, this.GetCurrencyQuotes.getArguments().slice(1));
	},
	GetCachedServerTime: function(i) {
		return this.invoke("GetCachedServerTime", {"i":i}, this.GetCachedServerTime.getArguments().slice(1));
	},
	url: '/ajaxpro/euroinvestorint.GlobalAjaxFunctions,euroinvestorint.ashx'
}));
euroinvestorint.GlobalAjaxFunctions = new euroinvestorint.GlobalAjaxFunctions_class();

