$(document).ready(function() {
    $('#rotator').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 10000,
		pause: 1
	});
});
