<script type="text/javascript">
$(function(){
$("#tableName tr:nth-child(even)").addClass("trOdd");
})
</script>