$(document).ready(
	function() {
		$('#slideshow').innerfade({
		speed: 'slow',
		timeout: 6000,
		type: 'random',
		containerheight: '86px'
	});
});
