1 public enum Utopia {
   2     SHANGRI_LA,
   3     BRIGADOON;  // Only there one day out of every 100 years.
   4 }