$(document).ready(function(){
	$('div.slideshow').cycle({
		fx:     'fade',
		speed:   500,
		timeout: 3500
	});
	$('.novice').cycle({
		fx: 'fade',
		speed:550,
		timeout:3500
	});

});

