  $(function(){
    var path = location.pathname.substring(1);
    if ( path )
      $('#consultant_list_sm a[href$="' + path + '"]').attr('class', 'current');
  });

  $(function(){
    var path = location.pathname.substring(1);
    if ( path )
      $('#side_links a[href$="' + path + '"]').attr('class', 'current');
  });
