/* Function to switch out images */
function stillShow (url) {
	/* Apply the url to the image */
	$('.slideshow-large img').attr({
		'src' : url
	});
}