
            var _STIInit;
            if (!_STIInit) {
                _STIInit = true;
                document.write('<script type="text/javascript" src="http://www.istockanalyst.com/StockService/javascript/StockTickerInbound.js"></script>');
                document.write('<script type="text/javascript" src="http://www.istockanalyst.com/StockService/StockTickerInjector.ashx?tickertype=inbound&roundtrip=true&symbol=DELL"></script>');     
                document.write('<link href="http://www.istockanalyst.com/StockService/javascript/StockTickerStyles.css" rel="stylesheet" type="text/css" />');
            }else{ 
                var StockTickerInbound;
                if (!StockTickerInbound){
                    StockTickerInbound = new WallstTools.Tickers.InboundTicker();
                    StockTickerInbound.serviceUri="http://www.istockanalyst.com/StockService/StockTickerService.svc"; 
                    StockTickerInbound.refreshDataTime=30000;  
                    StockTickerInbound.Start();
                }
                StockTickerInbound.AddSymbol("DELL");
            }