this.markAsUnreachable = function () {
    $tile.find('a').text(this.name + " IS UNREACHABLE");
    this.clearStatuses();
    $tile.addClass('unreachable');
    $tile.slideDown();