function FindProxyForURL(url, host) { return "PROXY localhost:8080"; } // End of function