
jQuery(function($) {
  var path = location.pathname.substring(1);
  $('ul.IE6fix li a[href="' + path + '"]').addClass('selected-link');
});
