jQuery(document).ready(function($){
  $('a:not([href*=lancerealestate.com])')
  .not('[href^=#]')
  .not('[href^=mailto]')
  .attr('target', '_blank');
});

