﻿$("a[href^='http']:not([href*='" + window.location.host + "'][target='_blank'])").live('click', function () {
    $(this).attr('target', '_blank');
});

