/* <![CDATA[ */

(function($) {

	jQuery(document).ready(function() {

		jQuery('#display').cycle({ 
			fx: 'scrollDown,scrollRight,blindX,cover', 
			randomizeEffects: false, 
			easing: 'bounceout', 
			delay: 0, 
			speed: 3000, 
			timeout: 10000, 
			sync: true 
			}
		);
	});

})(jQuery);

/* ]]> */
