$(document).ready(function() {
  $('#slideshow')
	.cycle({ 
		speed:   3000, 
		timeout: 4000
	});

});
