<!-- $(document).ready( function(){	 $('#albums').innerfade({ 		animationtype: 'fade', //Type of animation 'fade' or 'slide' (Default: 'fade')		speed: 'slow', //Fadingspeed in milliseconds or keywords (slow, normal or fast)(Default: 'normal') 		timeout: '3000', //Time between the fades in milliseconds (Default: '2000')		type: 'random_start', //Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence')		containerheight: 'auto', //Height of the containing element in any css-height-value (Default: 'auto')		runningclass: 'innerfade' //CSS-Class which the container get’s applied (Default: 'innerfade')		}); 	} ); // -->