$(document).ready(function(){

	$('#gallery a').click(function(){
	     this.target = "_blank";
	});

});