// Highlight Tab v.02 by Jake Rutter
// Website: http://www.onerutter.com
// Feel free to use and adapt, please just give credit where credit is due.
 
        jQuery(document).ready(function(){
             var path = location.pathname;           
              jQuery("a[href$='" + path + "']").parents("li").addClass("current");
     });