There could also be other problems, but I'm pretty sure this is a factor. These script tags, perhaps others, are 404 Not Found:
Code:
<script type="text/javascript" src="/js/packed.js"></script>
<script type="text/javascript" src="/js/jquery.js"></script>
I'm not sure what the packed.js file is supposed to do or if it's required. But jquery is. You have another tag for jQuery, near the bottom:
Code:
<script type='text/javascript' src='http://goldenicons.com/awards/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
It's good, but it's too late for these scripts:
Code:
<script type="text/javascript" src="http://goldenicons.com/awards/wp-content/themes/bode/js/slide_jq.js"></script>
<script type="text/javascript" src="http://goldenicons.com/awards/wp-content/themes/bode/js/slide_ui_jq.js"></script>
You could move it or (because I see you're using noConflict mode) perhaps a copy of it to replace the missing jQuery one near the top. That might fix things or at least get us a new error to work with.
Bookmarks