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


