$(document).ready(function(){
  $('.table_contact tr:even').css('background-color','#dddddd');
});
