$(document).ready(
function(){
$(".top tr:nth-child(odd)").addClass("odd");
}
);
