jQuery(document).ready(function(){
		jQuery('ul#image').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'random_start',
			containerheight: '200px'
		});
	});
