


/* EXTERNAL LINKS */
$(document).ready(function() {
    $("a[class=aout]").attr('target', '_blank');
});
/* 
LUB PONIŻSZE
$(document).ready(function() {
    $('a[rel="external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });
});
*/


