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