jQuery(document).ready(function($) {
  $('#client_list a').attr('target', '_blank');
});
