var sPrevious = '1D';
var QuoteTempChart;
function IDMSChangeQuoteChart(_sTime) {
document.getElementById('QUOTE_'+ sPrevious).className = '';
document.getElementById('QUOTE_'+ _sTime).className = 'chart_controls_selected';
QuoteTempChart = new Image();
QuoteTempChart.src = "http://www.cnportfolio.idmanagedsolutions.com/charts/quotechart/quote.chart?WIDTH=295&HEIGHT=165&ID_NOTATION=290160&TIME_SPAN=" + _sTime;
QuoteTempChart.onLoad = setTimeout("LoadQuoteChart()",100);
sPrevious = _sTime;
page.reloadAssets();
}
function LoadQuoteChart(){
document.getElementById('IDMS_QuoteChart').src = QuoteTempChart.src;
}
document.writeln('');
document.writeln("
");
//document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" | Last Trade: 10.00 [+] | ");
document.writeln(" Change: 0.11 1.11% | ");
document.writeln("
");
document.writeln(" ");
document.writeln(" | Volume: 916,755 | ");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
");
document.writeln(" ");
document.writeln(" | 1-Day | ");
document.writeln(" 1-Mo | ");
document.writeln(" 3-Mo | ");
document.writeln(" 6-Mo | ");
document.writeln(" 1-Yr | ");
document.writeln(" 3-Yr | ");
document.writeln(" 5-Yr | ");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" Quotes delayed 15 Minutes for NASDAQ, 20 Minutes for NYSE and AMEX");
document.writeln("
");
document.writeln("
");
document.writeln("
");