Rules = {
  'td.hole_position:click': function(element) {
    tension_screw_position = element.innerHTML;
    // TODO:  Get the parent fieldset
  }
}