give this a try, i hvae not teste it myself.
function FindProxyForURL(url, host){if ((isInNet(myIpAddress(), "10.5.5.10", "255.255.255.255") && (shExpMatch(url, "http://200.200.200.200"))return "PROXY 8.9.10.11:8080";}