if(now.getTime() >= five_min_before_end.getTime()) {
    let o = window.label_status_strings.o;
    o.personal = "has not arrived yet.";
    o.icon = "exclamation-triangle";
    o.color = "orange";