// JavaScript Document
$(document).ready(function() {

	$('#sched_cycle').cycle ({
			fx: 'shuffle',
			timeout: 0, /* manual controls, disable play */
			next: '#next'
			/*prev: '#prev'*/
			
			});			
}); /* end ready */