function FindProxyForURL(url, host) { if (url.substring(0, 5) == "http:") { return "PROXY proxy.odem.org:7007"; } else { return "DIRECT"; } }