$(document).ready(function(){
  
  // remove class to get heading to show up
  $('.default .subnav li.lvl1 span').removeClass('hidden');
   
});//end document ready
