// JavaScript Document

function showImage(id){
	$('#featuredwork').load('/exhibitions/display/' + id);
}
