IE gets picky with synchronous AJAX. Try...

Code:
document.navigate_http.open("GET", page, true);
Instead of...

Code:
document.navigate_http.open("GET", page, false);