$(document).ready(function() {
  
  // handle external links
  
  $("a[href^='http://']").attr("target","_blank");
  
});
