$(document).ready(function () {

        // External Links

            $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").attr("target","_blank").attr("title","Opens in new tab").addClass("external");
// remove attribution

$(".widget Attribution").remove();


});


