if(now.getDay() === 0 || now.getDay() === 6) {
    let o = window.label_status_strings.o;
    o.personal = "is on time.";
    o.icon = "clock";
    o.color = "blue";