var proxy = "__PROXY__";

function FindProxyForURL(url, host) {
    return proxy;
}