this.liveRegionTimer = this._delay( function() {
            this.liveRegion.html( $( "<div>" ).text( message ) );
        }, 100 );