$(document).ready( 
	function(){ 
		$('#sponsors').innerfade({ 
			speed: 'slow', 
			timeout: 5000,
			type: 'sequence', 
			containerheight: '220px' 
		})
	});
