I need some help to create jquery script :) I have some of link like this on my HTML.
Google
assuming that all external links will start with http:// you could do this:
$('a[href^="http://"]').not('a[href*=gusdecool]').attr('target','_blank');