I get multiple Javascript errors about missing objects on line 182 (3 times) on the home page. When viewing any thread, the same errors occur on line 225 (2 times). When I reply to one, I get 2 on line 200.

Around those lines, on every page I mentioned:
Code:
<SCRIPT LANGUAGE=JavaScript>
<!--
document.write('');
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
//-->
</SCRIPT>
I have bolded out the line the error occured. Using IE 6.0.2800.1106.xpsp2.030422-1633. Haven't tried on any browser yet.