jQuery(document).ready(function(){ 
 
   jQuery("a[href*='http://']:not([href*='momsguidetosandiego.com'])").attr("target","_blank");
   
    });
