1//Ajax 5 states of requests
20 UNSENT open() has not been called yet.
31 OPENED send() has been called.
42 HEADERS_RECEIVED send() has been called, and headers and status are available.
53 LOADING Downloading; responseText holds partial data.
64 DONE The operation is complete.
7