jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideShow').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 6000, //Image rotation speed
				type: 'sequence',
				containerheight: '325px'
			});
		}
);
// End of Slideshow function
