function ino_pushData() { var inoIrSymbol, inoIrExchange; var inoIrLastPrice, inoIrOpen, inoIrChangeDollar, inoIrChangePercent, inoIrPreviousClose; var inoIrVolume, inoIrLastTradeSize, inoIrDailyLow, inoIrDailyHigh, inoIr52WkLow, inoIr52WkHigh; var inoIrBid, inoIrBidSize, inoIrAsk, inoIrAskSize, inoIrLastTradeTime, inoIrAvgVolume; var inoIrMarketCap, inoIrPeRatio, inoIrDivYield; var inoIrDisclaimer, inoIrDelayedInfo; var inoIrChartContainer, chartFrame; inoIrSymbol = document.getElementById('ino_symbol_0'); inoIrExchange = document.getElementById('ino_exchange_0'); inoIrLastPrice = document.getElementById('ino_last-price_0'); inoIrOpen = document.getElementById('ino_open_0'); inoIrChangeDollar = document.getElementById('ino_change-dollar_0'); inoIrChangePercent = document.getElementById('ino_change-percentage_0'); inoIrPreviousClose = document.getElementById('ino_previous-close_0'); inoIrVolume = document.getElementById('ino_volume_0'); inoIrLastTradeSize = document.getElementById('ino_last-trade-size_0'); inoIrDailyLow = document.getElementById('ino_daily-low_0'); inoIrDailyHigh = document.getElementById('ino_daily-high_0'); inoIr52WkLow = document.getElementById('ino_52wk-low_0'); inoIr52WkHigh = document.getElementById('ino_52wk-high_0'); inoIrBid = document.getElementById('ino_bid_0'); inoIrBidSize = document.getElementById('ino_bid-size_0'); inoIrAsk = document.getElementById('ino_ask_0'); inoIrAskSize = document.getElementById('ino_ask-size_0'); inoIrLastTradeTime = document.getElementById('ino_last-trade-time_0'); inoIrAvgVolume = document.getElementById('ino_average-volume_0'); inoIrMarketCap = document.getElementById('ino_market-cap_0'); inoIrPeRatio = document.getElementById('ino_pe-ratio_0'); inoIrDivYield = document.getElementById('ino_div-yield_0'); if (inoIrSymbol != null) inoIrSymbol.innerHTML = 'TCL.A'; if (inoIrExchange != null) inoIrExchange.innerHTML = 'TSX'; if (inoIrLastPrice != null) inoIrLastPrice.innerHTML = '$10.88'; if (inoIrOpen != null) inoIrOpen.innerHTML = '$0.00'; if (inoIrChangeDollar != null) {inoIrChangeDollar.innerHTML = '-'; inoIrChangeDollar.className = '';} if (inoIrChangePercent != null) {inoIrChangePercent.innerHTML = '0.0%'; inoIrChangePercent.className = '';} if (inoIrPreviousClose != null) inoIrPreviousClose.innerHTML = '$10.88'; if (inoIrVolume != null) inoIrVolume.innerHTML = '0'; if (inoIrLastTradeSize != null) inoIrLastTradeSize.innerHTML = '100'; if (inoIrDailyLow != null) inoIrDailyLow.innerHTML = '$0.00'; if (inoIrDailyHigh != null) inoIrDailyHigh.innerHTML = '$0.00'; if (inoIr52WkLow != null) inoIr52WkLow.innerHTML = '$10.11'; if (inoIr52WkHigh != null) inoIr52WkHigh.innerHTML = '$17.23'; if (inoIrBid != null) inoIrBid.innerHTML = '$10.80'; if (inoIrBidSize != null) inoIrBidSize.innerHTML = '700'; if (inoIrAsk != null) inoIrAsk.innerHTML = '$11.00'; if (inoIrAskSize != null) inoIrAskSize.innerHTML = '300'; if (inoIrLastTradeTime != null) inoIrLastTradeTime.innerHTML = 'November-08-23 4:00 PM'; if (inoIrAvgVolume != null) inoIrAvgVolume.innerHTML = '-'; inoIrChartContainer = document.getElementById('ino_chart_0'); if (inoIrChartContainer != null) { chartFrame = document.createElement('iframe'); chartFrame.id = 'inoIrChart_0'; chartFrame.src = 'https://charts.inovestor.com/advChart.aspx?symbol=ca;TCL.A&l=en&width=435&bgColor=FFFFFF&areaBgColor=FFFFFF&borderColor=000000&titleColor=000000&fontColor=000000&axisXColor=000000&axisYColor=000000&serieColor=003366&comparerColor=ABBD26'; chartFrame.marginWidth='0'; chartFrame.marginHeight='0'; chartFrame.width='500'; chartFrame.height='380'; chartFrame.frameBorder='0'; chartFrame.scrolling='no'; // For IE6 chartFrame.style.overflow='hidden'; inoIrChartContainer.appendChild(chartFrame); } inoIrDisclaimer = document.getElementById('ino_disclaimer'); inoIrDelayedInfo = document.getElementById('ino_delayed-info'); if (inoIrDisclaimer != null) inoIrDisclaimer.innerHTML = "The market data presented above is provided by Inovestor for informational and educational purposes only. It is obtained from various industry sources believed to be reliable. Inovestor assumes no liability for incorrect, incomplete or missing information. It is not intended to be and does not constitute any financial advice, or opinion or recommendation or any kind of advice from Inovestor."; if (inoIrDelayedInfo != null) inoIrDelayedInfo.innerHTML = "Data is delayed at least 15 minutes.
Data retrieved at 8:55 AM on November-09-23."; } var inoIrAutoLoad = true; if (inoIrAutoLoad) { var isExecuted = 0; var functionToExecute = function(){ino_pushData();} if (document.addEventListener) document.addEventListener('DOMContentLoaded', function(){isExecuted=1; functionToExecute();}, false); else if (document.all && !window.opera) { document.write('