		$(function() {
			$('#slideshow1').cycle();
			$('#slideshow2').cycle();
			$('#slideshow3').cycle();
			
			function onBefore() {
				$('#title').html(this.alt);
			}
		});
