	   $(document).ready(
				function(){
					$('#slideshow').innerfade({
						animationtype: 'fade', 
						speed: 2000, 
						timeout: 6000, 
						type: 'random', 
						containerheight: '336px' 
					});
			});
