SWF Loading Question

In an effort to explain my question as best I can, I will name the three swf files A, B, and C.

So I have swf A which has an opening call to load swf B into an empty container inside swf A. This works just fine using:

loadFile(“B.swf”);

Now, once swf B loads into the container which contains an “enter site” button, I cant figure out how to load swf C into swf A’s container to replace swf B. Does that make sense? I have uploaded my struggle so far for you to see…

http://vojodesign.com/proofs/bohemianInd

Thanks in advance