1function FindProxyForURL(url, host) {
2  return "PROXY " + host + ":99";
3}
4