function loadFlash()
{
var flash = "<object type=\"application/x-shockwave-flash\" data=\"./images/hd_flash.swf\" id=\"topFlash\" width=\"830\" height=\"187\">\
<param name=\"movie\" value=\"./images/hd_flash.swf\">\
<param name=\"quality\" value=\"high\">\
<embed src=\"./images/hd_flash.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"830\" height=\"187\"></embed>\
<noembed><img src=\"http://brickhousecapital.com/images/banner.jpg\" width=\"830\" height=\"187\" alt=\"Banner\" /></noembed>\
</object>";

document.getElementById("flash").innerHTML = flash;
}