function FindProxyForURL(url, host) { // Tell the client to not use a proxy... return "DIRECT"; }