/************************************************************************ This is Proxy autoconfig file for proxy.kindai.ac.jp:8080 user. 1999/01/23 see UNIX USER 1996.9 ************************************************************************/ function FindProxyForURL(url, host) { if (isPlainHostName(host) || isInNet(host, "163.51.195.0","255.255.255.0") || isInNet(host, "163.51.0.0","255.255.128.0") && !isInNet(host, "163.51.2.0","255.255.255.0") && !isInNet(host, "163.51.20.0","255.255.255.0") && !isInNet(host, "163.51.101.0","255.255.255.0")) return "DIRECT"; else return "PROXY proxy.cc.kindai.ac.jp:8080; DIRECT"; }