$(document).ready(function(){
	jQuery(function( $ ){
		$('#sports').cycle({ fx: 'fade', speed: 1500, timeout:5000, random: 1 });
	});
});
