$(document).ready(function(){
    $('div.col.last a[@href^="http://"]').addClass('external').attr('target', '_blank')
});


