<?

// rideSpeedStub.php   P.Conrad for CISC103, 11/20/2007
// stub to test the testing function

function rideSpeed($period) {
  return -42;
}

?>