$('a.home-link').on('click', function(){
      this.mediator.publish('transition', 'Home');
    }.bind(this));