function externalLinks() 
  {
    $('a[rel^=popup]').attr('target','_blank');
  }

window.onload = externalLinks;
