artial page refresh with ajax and jquery is not working in IE8

artial page refresh with ajax and jquery is not working in IE8

Partial page refresh with ajax and jquery is not working in IE8 .But it is ok in browsers like opera,safari,firfox.
can any one sort it out
<script src="/js/jquery-1.3.2.min.js" type="text/javascript"></script>


setInterval(function() {
$("#content").load(location.href+" #content>*","");
}, 5000);



Plz  help since I have spend a lot of time about this.Now I do not think I can sort it myself .Any help will be helpfull