$(window).load(function() {
    $("#slideshow").cycle({
		containerResize: 1,
		timeout: 3000
	});
});
