$(document).ready(
		function(){
			
			$('#slideshow').innerfade({
				animationtype: 'fade',
				speed: 3000,
				timeout: 5500,
				type: 'random_start',
				containerheight: '360px'
			});
			
			$('#ticker').innerfade({
				animationtype: 'fade',
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '20px',
				runningclass: 'ticker'
			});
		}
	);
