function URLRequest(url)
{
	this.url = url;
	this.method = "GET";
}
