alertInfo: function(message, options) {
        options = _.extend({
            message: message,
            type: "info"
        }, options);