jQuery(document).ready(function($){

	$('ul.homeFade').innerfade({
			speed: 1500,
			timeout: 5000,
			type: 'random',
			containerheight: '250px'
		});

	});