for ( i = 0; i < this.notices.length; i++ ) {
        this.$messages.append( this.makeMessage( 'notice', this.notices[ i ] ) );
    }