$(document).ready(function(){


    if ($('.tile-content div').attr('class') == 'dwa_') {
        $('.tile-content div.dwa_').after('<a href="http://www.steo.com.pl/view/category/id/636/srodki_pianotworcze.html" class="pianotworcze2">Środki pianotwórcze</a>');
    }
    
    else {
       $('.tile-content div').after('<a href="http://www.steo.com.pl/view/category/id/636/srodki_pianotworcze.html" class="pianotworcze">Środki pianotwórcze</a>');
    };
    

});



