﻿function InsertIQChart(width, height, stat, params, path) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="');
    document.write(width);
    document.write('" height="');
    document.write(height);
    document.write('" id="charts"><param name="movie" value="');
    document.write(path);
    document.write('Chart/charts.swf?license=H1X8EZHOPNL.HSK5T4Q79KLYCK07EK&library_path=');
    document.write(path);
    document.write('Chart/charts_library&xml_source=');
    document.write(path);
    document.write('Chart/ChartData');
    document.write(stat);
    document.write('.aspx?');
    document.write('params=');
    document.write(params);
    document.write('%26rand=');
    document.write(new Date().getTime());
    document.write('"><param name="quality" value="high"><param name="bgcolor" value="#ffffff"><embed src="');
    document.write(path);
    document.write('Chart/charts.swf?license=H1X8EZHOPNL.HSK5T4Q79KLYCK07EK&library_path=');
    document.write(path);
    document.write('Chart/charts_library&xml_source=');
    document.write(path);
    document.write('Chart/ChartData');
    document.write(stat);
    document.write('.aspx?');
    document.write('params=');
    document.write(params);
    document.write('%26rand=');
    document.write(new Date().getTime());
    document.write('" quality="high" bgcolor="#ffffff" width="');
    document.write(width);
    document.write('" height="');
    document.write(height);
    document.write('" name="charts" align="" swliveconnect="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
}