[jQuery] load thick box within ajax load

[jQuery] load thick box within ajax load


I am using the jquery load function
function loadContent(id) {
            $("#bioscontent").load("grabbios.php?id="+id+"");
        }
and I am wondering how I can make thickbox work inside of it. When i
try It just pushes the loading ar to the bottom of the page.
Here is the page I am using it on.
http://www.thebattalion.tv/dev/bios.php
I am trying to make it popup to play a flash movie.
Thanks
-TJ