$(document).ready(function() {
    $("#InternationalDealerTable tr:odd").addClass("altRow");
});