//ROTATE IMAGES
	   $(document).ready(
				function(){				
					$('#partners').innerfade({
						speed: 'slow',
						timeout: 7500,
						type: 'random',
						containerheight: '115px'
					});		
					
					$('#featured-events').innerfade({
						speed: 'slow',
						timeout: 7500,
						type: 'random_start',
						containerheight: '115px'
					});	
					
					$('.leaderboard').innerfade({
						speed: 'slow',
						timeout: 7500,
						type: 'random',
						containerheight: '90px'
					});
						
						$('#site-sponsors').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'random',
						containerheight: '115px'
					});

			});