if(typeof OXNetWebControls == "undefined") OXNetWebControls={};
if(typeof OXNetWebControls.QuoteTicker == "undefined") OXNetWebControls.QuoteTicker={};
OXNetWebControls.QuoteTicker_class = function() {};
Object.extend(OXNetWebControls.QuoteTicker_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQuoteTickerAjax: function(sSessionId, oArgs) {
		return this.invoke("GetQuoteTickerAjax", {"sSessionId":sSessionId, "oArgs":oArgs}, this.GetQuoteTickerAjax.getArguments().slice(2));
	},
	url: '/ajaxpro/OXNetWebControls.QuoteTicker,OXNetWebControls.ashx'
}));
OXNetWebControls.QuoteTicker = new OXNetWebControls.QuoteTicker_class();

