// Stick the new class time in
database.execute("insert into cl_times values(" +
request.id + ",'" +
request.dt + "','" +
request.start.toUpperCase() + "','" +
request.stop.toUpperCase() + "')");
// Update the display page
redirect("maec-times.htm?id=" + request.id);