﻿$(document).ready(function() {
    $('#nav-bottom-2 a.external').bind('click', function() {
        $(this).attr('target', '_new');
    });
});
