I'm getting a Object Expected Error in Internet Explorer 8. Never saw this before because I'm on Mac OSX myself.
After some users contacted me, I checked it out myself and indeed the error appears because of the plugin wp-postratings. When I disable it, the problem goes away.
I have the required tags in my template.
<?php wp_head(); ?>
</head>
<body>
// website
<?php wp_footer(); ?>
</body>
</html>