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 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');
if (inoIrSymbol != null) inoIrSymbol.innerHTML = 'MTY';
if (inoIrExchange != null) inoIrExchange.innerHTML = 'TSX';
if (inoIrLastPrice != null) inoIrLastPrice.innerHTML = '11,45 $';
if (inoIrOpen != null) inoIrOpen.innerHTML = '11,45 $';
if (inoIrChangeDollar != null) {inoIrChangeDollar.innerHTML = '0,00 $'; inoIrChangeDollar.className= '';}
if (inoIrChangePercent != null) {inoIrChangePercent.innerHTML = '0,0 %'; inoIrChangePercent.className= '';}
if (inoIrPreviousClose != null) inoIrPreviousClose.innerHTML = '11,45 $';
if (inoIrVolume != null) inoIrVolume.innerHTML = '7 682';
if (inoIrLastTradeSize != null) inoIrLastTradeSize.innerHTML = '100';
if (inoIrDailyLow != null) inoIrDailyLow.innerHTML = '11,45 $';
if (inoIrDailyHigh != null) inoIrDailyHigh.innerHTML = '11,55 $';
if (inoIr52WkLow != null) inoIr52WkLow.innerHTML = '8,06 $';
if (inoIr52WkHigh != null) inoIr52WkHigh.innerHTML = '12,45 $';
if (inoIrBid != null) inoIrBid.innerHTML = '11,38 $';
if (inoIrBidSize != null) inoIrBidSize.innerHTML = '2 500';
if (inoIrAsk != null) inoIrAsk.innerHTML = '11,50 $';
if (inoIrAskSize != null) inoIrAskSize.innerHTML = '500';
if (inoIrLastTradeTime != null) inoIrLastTradeTime.innerHTML = '2 septembre 2010 17:40';
if (inoIrAvgVolume != null) inoIrAvgVolume.innerHTML = '-';
inoIrSymbol = document.getElementById('ino_symbol_1');
inoIrExchange = document.getElementById('ino_exchange_1');
inoIrLastPrice = document.getElementById('ino_last-price_1');
inoIrOpen = document.getElementById('ino_open_1');
inoIrChangeDollar = document.getElementById('ino_change-dollar_1');
inoIrChangePercent = document.getElementById('ino_change-percentage_1');
inoIrPreviousClose = document.getElementById('ino_previous-close_1');
inoIrVolume = document.getElementById('ino_volume_1');
inoIrLastTradeSize = document.getElementById('ino_last-trade-size_1');
inoIrDailyLow = document.getElementById('ino_daily-low_1');
inoIrDailyHigh = document.getElementById('ino_daily-high_1');
inoIr52WkLow = document.getElementById('ino_52wk-low_1');
inoIr52WkHigh = document.getElementById('ino_52wk-high_1');
inoIrBid = document.getElementById('ino_bid_1');
inoIrBidSize = document.getElementById('ino_bid-size_1');
inoIrAsk = document.getElementById('ino_ask_1');
inoIrAskSize = document.getElementById('ino_ask-size_1');
inoIrLastTradeTime = document.getElementById('ino_last-trade-time_1');
inoIrAvgVolume = document.getElementById('ino_average-volume_1');
if (inoIrSymbol != null) inoIrSymbol.innerHTML = 'MTY';
if (inoIrExchange != null) inoIrExchange.innerHTML = 'TSX';
if (inoIrLastPrice != null) inoIrLastPrice.innerHTML = '11,45 $';
if (inoIrOpen != null) inoIrOpen.innerHTML = '11,45 $';
if (inoIrChangeDollar != null) {inoIrChangeDollar.innerHTML = '0,00 $'; inoIrChangeDollar.className= '';}
if (inoIrChangePercent != null) {inoIrChangePercent.innerHTML = '0,0 %'; inoIrChangePercent.className= '';}
if (inoIrPreviousClose != null) inoIrPreviousClose.innerHTML = '11,45 $';
if (inoIrVolume != null) inoIrVolume.innerHTML = '7 682';
if (inoIrLastTradeSize != null) inoIrLastTradeSize.innerHTML = '100';
if (inoIrDailyLow != null) inoIrDailyLow.innerHTML = '11,45 $';
if (inoIrDailyHigh != null) inoIrDailyHigh.innerHTML = '11,55 $';
if (inoIr52WkLow != null) inoIr52WkLow.innerHTML = '8,06 $';
if (inoIr52WkHigh != null) inoIr52WkHigh.innerHTML = '12,45 $';
if (inoIrBid != null) inoIrBid.innerHTML = '11,38 $';
if (inoIrBidSize != null) inoIrBidSize.innerHTML = '2 500';
if (inoIrAsk != null) inoIrAsk.innerHTML = '11,50 $';
if (inoIrAskSize != null) inoIrAskSize.innerHTML = '500';
if (inoIrLastTradeTime != null) inoIrLastTradeTime.innerHTML = '2 septembre 2010 17:40';
if (inoIrAvgVolume != null) inoIrAvgVolume.innerHTML = '-';
inoIrDisclaimer = document.getElementById('ino_disclaimer');
inoIrDelayedInfo = document.getElementById('ino_delayed-info');
if (inoIrDisclaimer != null) inoIrDisclaimer.innerHTML = "L’information et les renseignements pr&#233;sent&#233;s ci-haut sont fournis uniquement &#224; titre informatif et &#233;ducatif. Ils sont recueillis de sources fiables. Inovestor n’est pas responsable des erreurs ou de donn&#233;es potentiellement incompl&#232;tes. L’information fournie ne doit pas &#234;tre interpr&#233;t&#233;e comme une opinion ou une recommandation de placement ou toutes autres formes d’avis de la part d’<a href=\"http://www.inovestor.com/\" target=\"_blank\">Inovestor</a>.";
if (inoIrDelayedInfo != null) inoIrDelayedInfo.innerHTML = "Les donn&#233;es sont en d&#233;lai d'au moins 15 minutes.<br />Donn&#233;es recueillies &#224; 18:08 le 2 septembre 2010.";
}
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('<script type="text/javascript" id="contentloadtag" defer="defer" src="javascript:void(0)"><\/script>')
        var contentloadtag=document.getElementById("contentloadtag");
        contentloadtag.onreadystatechange=function(){
            if (this.readyState == "complete")
            {
                isExecuted = 1;
                functionToExecute();
            }
        };
    }
    var existingWinOnLoad = window.onload;
    window.onload = function()
    {
        if (existingWinOnLoad) { existingWinOnLoad(); }
        setTimeout("if (!isExecuted){functionToExecute();}", 0);
    };
}
function ino_showIrConsole(){alert('Info - Parameter [autoLoad] not specified (default is true)\nInfo - Parameter [includeQuote] not specified (default is true)\nInfo - No parameters were specified for the charts (default values will be used)\n');}