// JavaScript Document

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