vehicleHealth = [
{may_id: "marty", health: 1, date: new Date(2022,1,15)},
{may_id: "mchale", health: 0, date: new Date(2022,1,14)},
{may_id: "mojo", health: 1, date: new Date(2022,1,14)},
{may_id: "molly", health: 1, date: new Date(2022,1,13)},
{may_id: "morocca", health: 1, date: new Date(2022,1,15)},
]