$(function() {

	$('.entry a').each(function() {
		var jexhibit;
		var jexhibit = $(this).attr('name')

		// alert('here');

		$(this).attr({
			href: "/a/img/common/UGC/"+jexhibit+"Exhibit.jpeg"
		});

	});

	$(function(){
	    $('.entry a').nyroModal();
	});

});