$(document).ready(
	function(){
		$('#home-images').innerfade({
		speed: 3000,
		timeout: 4000,
		type: 'random',
		containerheight: 'auto'
		});
	}
);