function RunFlash()
{
  document.write('<object type="application/x-shockwave-flash" data="images/banner.swf" width="780" height="174">');
  document.write('<param name="movie" value="images/banner.swf">');
  document.write('<param name="wmode" value="transparent">');
  document.write('<img src="images/banner.jpg" alt="Flash" width="780" height="174">');
  document.write('</object>');
}