var warning = function(msg){
        var reminder = {msg: msg};
        reminder.type = types.warning;
        return add(reminder);
      };