$(function(){  
    // makes all external links opening in new window
    $("a[href^='http']").attr("target", "_blank");
       
});
