$(document).ready(function(){
    // externi linkovi u novom prozoru
    $("a[rel=external]").click(function(){this.target="_blank";});
});