$(document).ready(function () {
    $("div.news-latest-item:last").css("border-bottom", "none");
    $(".tx_drblob_list tbody > tr:nth-child(odd)").addClass("odd");
});
