﻿$(document).ready(function() {
    /* make all external links open in new window */
    $("a[href*='http://']:not([href*='" + location.hostname + "'])").attr("target", "_blank");
});