This works in FF, but not in IE 7 and 8. Is there anyway to make it work in IE?
setInterval(function() {
$("#content").load(location.href+" #content>*","");
}, 5000);
(this code is from http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/)