/* For HTML 5/4.01 strictness */
$(document).ready(function() {
    $('a[rel*=external]').attr('target', '_blank');
});
