$(document).ready(function() {
   //handle external links
   $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").addClass("external")
   $("a.external").attr("target","_blank");
});
