Any errors in the Console? (Ctrl+Shift+J) If so, please post the entire error and mark the line where it appears.
I can't see any obvious syntax problems so it's probably something else.
Btw, if you'd like to be able to not think about xmlHttpRequest incompatibilities between browsers, I can recommend using
Re-inventing XMLHttpRequest: Cross-browser implementation with sniffing capabilities by Sergey Ilinsky. It creates a cross-browser implementation of the xmlHttpRequest object and fixes a bunch of bugs which appear in only some browsers. It also has great logging capabilities which are easy to enable/disable by simply adding/removing a few prototyped functions.