$(document).ready(function () {




/**
 * modyfikacja okruszków
 */
//$('.top_text').find(":contains('??')").css('display', 'none'); //&raquo; &#187;

    if ($('.top_text').html()) {
        var dozmiany=$('.top_text').html();
        var co=$("#szwager").html();
        $('.top_text').html(dozmiany.replace(co,""));
    }

    if ($('#breadcrumbs').html()) {
        var dozmiany2=$('#breadcrumbs').html();
        var co2=$("#szwager").html();
        $('#breadcrumbs').html(dozmiany2.replace(co2,""));
    }


});

