//----------------------- external links open in new tab -- needs jQuery 1.3.2
$(function(){
$(".external").attr("target","_blank");
});
