﻿$(document).ready(function() {
//    var message = ' - opens in a new window';
//    var title = null;

//    $("a[href^='http']:not([href^='" + location.hostname + "'])").each(function() {
//        title = $(this).attr("title") || $(this).text();
//        $(this).attr("title", title + message);
//        if ($(this).attr("target") !== "_blank") {
//            $(this).click(function(e) {
//                window.open($(this).attr("href"));
//                e.preventDefault();
//            });
//        }
//    });
});
