$(document).ready(function() {
 $('.newsTable tr:nth-child(odd)').addClass('alt');
});

