$(document).ready(
		function(){

			$('ul#slideshow').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'random_start',
				containerheight: '240px'
			});

		}
	);
