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