// jquery slideshow code

$(function() {
	$('#slideshow1').cycle({
		random:	0
	});

	function onBefore() {
		$('#title').html(this.alt);
	}
});

