// JavaScript Document
$(document).ready(function(){
	$('#scroll ul').cycle({ 
		fx:    'fade', 
		timeout: 20000,
		speed: 2000,
		random: 1,
		pause: 1,
		next: '#scroll'
	});
});