jQuery(function () {
    jQuery('.pharmLinks').append('<div class="designCredits"><span>|</span>ontwerp: <a href="https://dollywarhol.com/">Dolly Warhol</a></div>');

    // remove widget only first four remain
	jQuery('.footer .widget').not(':first-child').not(':nth-child(2)').not(':nth-child(3)').not(':nth-child(4)').remove();
});