jQuery(document).ready(
	function() {
		jQuery('#rotator').cycle(
			{
				fx:     'fade',
				timeout: 4000,
				speed:   2500,
				random:  1
			}
		);
	}
);
