$(document).ready(function(){	   
	$('#header-image').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 1500,
		random: 0
	});
});

$(document).ready(function(){	   
	$('#sponsors').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 1500,
		random: 0
	});
});
