   jQuery(document).ready(
				function(){
					jQuery('#slideshow').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 5000,
						type: 'sequence',
						containerheight: '1em'
					});
					
					jQuery('#slideshow2').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 5000,
						type: 'sequence',
						containerheight: '1em'
					});

			});