// header and footer
(function($){$(function(){ 
$('a[href^=http://]','.header,.footer').attr('target','_blank');
});})(jQuery);
