$(document).ready(function(){
  $("a[href^='http:']").not("[href*='swocc.nl']").attr('target','_blank');
});
