
$(window).load(function() {
	$('#rotater').cycle({
		timeout: 6000
	});
});

