$(document).ready(function() {

	$('#streamer').innerfade(
	{ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 4000, 
		type: 'random', 
		containerheight:  '386px',
		runningclass: 'innerfade'
	});
	
	$('#streamer-small').innerfade(
	{ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 4000, 
		type: 'random', 
		containerheight:  '195px',
		runningclass: 'innerfade'
	});	

});
