//
// Created by KSI ( www.xksi.pl )
//
 $(document).ready( function() {
    $('a[rel*=external]').attr('target','_blank');
  });  
