Social Stream plugin issue

Social Stream plugin issue

Can anybody spot anything that might be a syntax error here, in the Social stream plugin:
It's not showing in IE8 and I'm pretty sure it's a syntax error of some sort.
The live page is here:
Thanks for any suggestions, commas at the ends of lines sort of gets me, I've tried several options.

  1. <script type="text/javascript">
  2. jQuery(document).ready(function($){
  3. $('#social-stream').dcSocialStream({
  4. feeds: {
  5. facebook: {
  6. id: '117689159146',
  7. },
  8. },
  9. iconPath: 'http://www.findlayinternet.com//code/social-stream/images/dcsns-dark/',
  10. imagePath: 'http://www.findlayinternet.com/code/social-stream/images/dcsns-light-1/',
  11. height: 300
  12. });
  13. });
  14. </script>