function FindProxyForURL(url, host) { if (dnsDomainIs(host, "td.org.uit.no")) return "DIRECT"; else return "PROXY www-cache.td.org.uit.no:3128; PROXY www-cache.uit.no:81; DIRECT"; }