jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideshow').innerfade({
				animationtype: 'fade',
				speed: 900,
				timeout: 5000,
				type: 'sequence',
				containerheight: '195px'
			});
			
			// Slideshow Function
			jQuery('#slideshowlounge').innerfade({
				animationtype: 'fade',
				speed: 900,
				timeout: 3000,
				type: 'sequence',
				containerheight: '243px'
			});
			
			
		}
);


