$(document).ready(function(){
	$('.innerfade').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random_start',
		containerheight: '400px'
	});
});