$(function(){


// Property Category Titles
$('.journal-filter-header:contains(Entries in)').each(function(){ 
      var str = $(this).html(); 
      $(this).html(str.replace('Entries in ','')); 
      $("#ListingsCategoryTitle").remove();
}); 

// Property Category Navs
$('#modulePage7823670 .single-journal-entry-wrapper .category-for-lease').each(function(){ 
      $("#sectionContent2828937").remove();
      $("#sectionContent3346270").css("display", "block");
});

$('#modulePage7823670 .single-journal-entry-wrapper .category-for-sale').each(function(){ 
      $("#sectionContent2828937").remove();
      $("#sectionContent3346270").css("display", "block");
});

// Property Category Navs - Active State
$('.single-journal-entry-wrapper .journal-entry .title a').each(function(){ 
      var activeTitle = $(this).html().replace('&nbsp;', ' ');
      $("#sidebar1 .section .headline a:contains('" + activeTitle + "')").addClass("activeTitle");    
});

// Property "Read More" Btn Txt
$("#modulePage7823670 .journal-read-more-tag a").html("Property Details È");


});
