$(document).ready(function() {
	// Photo Gallery
	$("#lh-col #photo-gallery a").each(function() {
		$(this).attr('target', '_blank');
	});
	$("#lh-col #photo-gallery #pagination a").each(function() {
		$(this).removeAttr('target');
	});
});
