$(function(){
  //Make external links open in a new window.
  $("a").filter(function() {
    return this.hostname && this.hostname !== location.hostname;
  }).attr('target', '_blank');


});
/*
$(window).load(function () {
});
*/
