$(document).ready(function(){
	$('A.site, .narrow H2 A').attr('target','_blank');
})