function alertContents() { if (http_request.readyState == 4) { if (http_request.status == 200) { makerequest2(url,par);