function loadFlash()
{
var flash = "<object id=\"topFlash\" width=\"339\" height=\"227\">";

flash += "<param name=\"movie\" value=\"./images/6483-1.swf\">";
flash += "<param name=\"quality\" value=\"high\">";
flash += "<embed src=\"./images/6483-1.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"339\" height=\"227\"></embed>";
flash += "<noembed><img src=\"http://lonzodesigns.com/images/center-kissingfsh.jpg\" width=\"339\" height=\"227\" alt=\"Fish\" /></embed></object>";

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