function FindProxyForURL(url,host) { if ( isInNet(host,"193.170.255.0","255.255.255.0") || isInNet(host,"193.170.11.0","255.255.255.0") ) { return "DIRECT"; } else { return "PROXY proxy.technikum-wien.at:3128"; } }