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

			
			
		}
);
