
$(function(){



// Active Nav Links for Portfolio section
$("#modulePage7766471 .single-journal-entry-wrapper.journal-entry .title a").each(function(){ 
      var activeTitle = $(this).html().replace('&nbsp;', ' ');
      $("#modulePage7766471 #sidebar1 .section .content-passthrough a:contains('" + activeTitle + "')").addClass("activeTitle");    
});



});
