$(document).ready(function() {
    $('#homeSlides').cycle({ 
	    fx:      'fade',
	    timeout: 3500,
	    speed: 1500,
	    random: 1
	});	
	$('#homeSponsorsList').cycle({ 
	    fx:      'fade',
	    timeout: 4000,
	    speed: 1000,
	    random: 1
	});
});