function FindProxyForURL(url, host)
{
return "PROXY proxy:3128 ; PROXY proxy:3128" ;
}