media/common/util.js: Removed writing "Content-Length" in POST ajax requests. This was actually folly - it is officially ILLEGAL to write Content-Length in XHR. It is done automatically. This may explain why IE didn't work for the sign-up screen - investigate.