Hi,
Not sure what the problem is, but I encountered some similar problems when I had a different component / module or plugin active for facebook. For example I see you have also a share this page for facebook on the same page. Try to disable this one first and check it again.
If this isn't the problem I looked at your HTML code and looks to me that you have 2 HTML pages in one (search for <html>) both have the facebook namespace in it. This isn't correct html as far as I can see. Also I noticed that there are 2 different language used:
<script type="text/javascript" src="
http://connect.facebook.net/en_GB/all.js"></script>
and
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
Mark