$(document).ready(function(){
	$('div.local a').attr('target', '_blank');
});
