$(document).ready(function() {
	
	$('.up ul li a').each(function() {
		$(this).attr('target','_blank');
	});
	
});
