function FindProxyForURL(url, host) { if ( isInNet(host, "141.32.16.0", "255.255.252.0") ) { return "PROXY 141.32.44.32:3128" } else { return "DIRECT"; } }