$(function() {
	$('#slideshow').cycle({
		speed: 3000,
		timeout: 9500,
		// before: showMessage
	});
	
	function showMessage() {
		$('#message').html(this.alt);
	}
});
