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