function randomTimezone(region) {
  var choices = TIMEZONES.slice(0);

  if (region) {
    choices = choices.filter(function (zone) {