function init() {
  zebrarizeTables();
}

function zebrarizeTables() {
  //$('.tabelleBoxen tr:odd').addClass('odd');
  $('.tabelleBoxen tr:last-child').addClass('last');
}

$(init);
