<!-- hide script from old browsers
// This JavaScript Handicap Calulator was developed by Jerry Kroger.
// You may use it; please retain this notice.
// Thank you, and good golfing

  function handicap(form)
        {
  form.calculated.value = Math.round(form.score.value * form.slope.value/113)

        }
// end hiding script  -->
