// A valid fid must be supplied function FindProxyForURL(url, host) { return "DIRECT"; }