First, read this article at ALA to get a good method for embedding Flash. Then, you should be able to plug that code right after your pic div.

It might take some tweaking with sizes and positions (floating left or right) but trial and error should work for ya.

BTW, your software is munging the code a bit, there are quite a few sections that look like this:


Code:
<big></big>


Code:
<span style="font-size: 10pt; font-family: Arial;"></span>



that are not needed. Inline styles (with the style attribute) should be avoided, too.
_________________________
Mark Cushman