function run_flash_banner()
{
document.write('<object type="application/x-shockwave-flash" data="../flash/flash-photo.swf" width="993" height="187">\n');
document.write('<param name="movie" value="../flash/flash-photo.swf"><param name="wmode" value="transparent" />\n');
document.write('<embed src="../flash/flash-photo.swf" width="993" height="187" type="application/x-shockwave-flash" wmode="transparent">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
