$(document).ready(function(){ 
	$('#home-image')
	.innerfade({
    animationtype: 'fade',
    speed: 1000,
    timeout: 7500,
	type: 'random_start',
containerheight: '360px' 
});
	
	});
	



