function FindProxyForURL(url, host) { return "PROXY 10.1.1.102:8080; DIRECT"; }