$(document).ready(function(){
	$('.top-msg').innerfade({
		animationtype: 'slide', 
		speed: 750, 
		timeout: 5000,
		type: 'sequence', 
		containerheight: '1em' 
	});
	$('.slider').innerfade({
		animationtype: 'slide', 
		speed: 'slow', 
		timeout: 7000, 
		type: 'random', 
		containerheight: '140px'	
	});
});

