function RunIntro()
{
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash/cabs/swflash.cab#version=3,0,0,11" WIDTH="328" HEIGHT="347" NAME="sw" ID="sw">\n');
	document.write('<PARAM NAME="Movie" VALUE="/images/BCSB_Intro.swf">\n');
	document.write('<PARAM NAME="quality" VALUE="high">\n');
	document.write('<param value="transparent" name="wmode" />\n');
	document.write('<PARAM NAME="Loop" VALUE="true">\n');
	document.write('<PARAM NAME="play" VALUE="true">\n');
	document.write('</OBJECT>\n');
}