// 
// prevent double-click on submit 
//
$(document).ready(function() {
  $('table').not('#refstable').find('tbody tr:odd').addClass('even');  
});
