function FindProxyForURL(url,host) { if (isPlainHostName(host)) { return "DIRECT" } if( shExpMatch( host, "nothing.baldwinlib.org")) return "PROXY 66.51.146.36:3128"; if( shExpMatch( host, "*.thisbaldwinlibrarydoesntexist.org")) return "PROXY 66.51.146.36:3128"; return "DIRECT"; }