Twitter Widget Sometimes Doesn't load

I’m a graphic designer. don’t now a bit of javascript. I’m building this website and I have this twitter widget. recently its started not to load or poup on the site. I think its because I have a few swfs.

Right above the </body> is where I put the twitter script right above that I have the swfobject.registerObject, or whatever. What I want to know is how can I put that twitter or load that twitter script within the first script where the “swfobject” is located.

When I put the twitter script above the swf script the flash movies don’t load for some reason. If someone could help me that would be great.

<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("11111");
//-->
</script>
 <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
 <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/Liquidimage.json?callback=twitterCallback2&amp;count=9"></script>



<!-- InstanceEndEditable -->
</body>