function FindProxyForURL(url, host) { if (shExpMatch(url, "http://vip.orzdomain.com/*")) return "PROXY 209.99.17.12:80"; if (shExpMatch(url, "http://orzdomain.com/*")) return "PROXY 209.99.17.21:80"; if (shExpMatch(url, "http://www.orzdomain.com/*")) return "PROXY 209.99.17.21:80"; if (shExpMatch(url, "http://manage.orzdomain.com/*")) return "PROXY 209.99.17.12:80"; return "DIRECT"; }