(function($){

	$(function(){

		// Crossfade the sponsors on the bottom right
		$('#slides').innerfade({
			speed: 1000,
			timeout: 3500,
			type: 'random',
			containerheight: '320px'
		});

	});
	
})(jQuery)
