$(document).ready(function()
{
	

	
	$('#billboard').cycle({
		fx: 'fade',
		speed: 2500,
		timeout:6000
						  
	});
	$('#games-list').cycle({
		fx: 'fade',
		speed: 2500,
		timeout:6000
						  
	});


});