$(function() {
	$('a.download').each(function() {
		$(this).attr('target', '_blank');
	});
});
