




$(function () {
    $('.breadCrumbs .crumb:last').removeAttr('href').addClass('last');
});

