$(document).ready(function() {
    $('#content .slideshow').cycle({
		fx: 'fade',
        timeout: 5000
	});
});


