$(document).ready(
	function(){
		$('#slideshow').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 155500,  // kp changed from 5500
			type: 'random_start', //kp changed from sequence
			containerheight: '120px'
		});
	}
);
