$(document).ready(function() {
	if($().cycle) {
		$('#slideshow ul').cycle({
			fx: 'fade',
			speed: 2500,
			timeout: 1000,
			random: true
		});
	}
});		
