$(document).ready(function(){
	$('#fadeblock').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'random_start',
		containerheight: '325px'
	});
});
