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