Sort of a Help me Obi-wan thing?

No problem for the help.. it's what we do.
Looking at your page, it's the Like-Box (Fan) module. Normally, the Like button isn't an issue, but if you load your page and view the HTML code on it (ask me how if you don't know), and then search for "all.js", you'll see it twice on the page. This is Facebook's Javascript library and should only be loaded once. The first time is by JFBConnect, the 2nd time is by whatever Like button module you're using.
I'd suggest either replacing this module with the JFBCFan module, which should do the same thing (and not duplicate the Facebook library inclusion) or modify the module you're using to remove the script tag section that includes the all.js file.
Hope that helps, but if not, or you need anything else, just let us know!