$(window).bind('load',function(){
	$('#slideshow')
		.cycle({
			speed:   1200,
			timeout: 4000
	});
});

