__ie_init Error on IE6 and IE7

__ie_init Error on IE6 and IE7


Hello all,
I just downloaded the latest, minimized jQuery (1.2.1) and facing an
odd problem on IE6 and IE7. The page doesn't load fully, and on
refresh, it shows a blank page with this page source:
<script id=__ie_init defer=true src=javascript:void(0)></script>
I've tried various hacks that folks have talked about, but none of it
works for me. It seems that the offending line is the $.ajax line
below:
<script type="text/JavaScript" src="inc/js/jquery.js"></script>
<script type="text/JavaScript">
$.ajax({ type: "GET", url: "inc/js/video.js", dataType: "script" });
</script>
Does anyone have any suggestions, or can you suggest a workaround for
loading the file?
Many thanks,
Nipun