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

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