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

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