Set the type of request, url, and tell the request if we don't want the advanced functionality it has to offer.
Neat job!
Make sure to format your request correctly: request.open("GET", url, false);
request.open("GET", url, false);