jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideShow').innerfade({
				animationtype: 'fade',
				speed: 1200,
				timeout: 7000,
				type: 'random',
				containerheight: '246px'
			});
		}
);
// End of Slideshow function

