if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)
{
   document.write('<EMBED SRC="flash/bc2.swf" WIDTH="200" HEIGHT="40" PLAY="true" LOOP="true" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  ALIGN="top"></EMBED>');
}
else
{
  document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash/cabs/swflash.cab#version=2,0,0,11" WIDTH="200" HEIGHT="40" NAME="sw" ID="sw" ALIGN="top">');
  document.write('<PARAM NAME="Movie" VALUE="flash/bc2.swf">');
  document.write('<PARAM NAME="quality" VALUE="high">');
  document.write('<PARAM NAME="Loop" VALUE="true">');
  document.write('<PARAM NAME="play" VALUE="true">');
  document.write('<PARAM NAME="BGCOLOR" VALUE="#2F2F2F">');
  document.write('<IMG SRC="flash/bc2.gif" WIDTH=200 HEIGHT=40 BORDER=0 ALIGN=top>');
  document.write('</OBJECT>');
}

