function FindProxyForURL(url, host)
{
	return "SOCKS proxy.example.com:8080; DIRECT";
}