jQuery(document).ready(function() {

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

  });