jQuery().ready(function() {
// runs when the page is done loading
	$('#rotate').cycle({
		fx: 'fade'
	});
});
