weekdayRange()
Can be used to specify different proxies for a specific day range. Note: the example employs “proxy1.example.com” Monday through Friday.
Example:
if (weekdayRange("MON", "FRI"))
return "PROXY proxy1.example.com:8080";
else return "DIRECT";