﻿document.writeln('<div id="silverlightControlHost">');
if (typeof bfcWidth == 'undefined') {
    bfcWidth = 250;
}
if (typeof bfcHeight == 'undefined') {
    bfcHeight = 250;
}
if (typeof bfcParams == 'undefined') {
    bfcParams = 'Symbol=dj-30';
}
document.writeln('<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="' + bfcWidth + '" height="' + bfcHeight + '">');
			document.writeln('<param name="source" value="http://www.freestockcharts.com/ClientBin/bfcChartSnip3.xap"/>');
		//	document.writeln('<param name="onerror" value="onSilverlightError" />');
			document.writeln('<param name="background" value="transparent" />');
			document.writeln('<param name="minRuntimeVersion" value="3.0.40624.0" />');
			document.writeln('<param name="autoUpgrade" value="true" />');
			document.writeln('<param name="enableHtmlAccess" value="true" />');
			document.writeln('<param name="initParams" value="' + bfcParams + '" />');
			document.writeln('<a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">');
     			document.writeln('<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>');
			document.writeln('</a>');
		document.writeln('</object>');
		document.writeln('</div>');