$(document).ready(function() {
$("a[@rel='external']").click(function() {
return !window.open($(this).attr("href"));
});
})