$(document).ready(
				function(){


					$('ul#slideshow').innerfade({
						animationtype: 'fade',
						speed: 1000,
						timeout: 7000,
						type: 'random_start',
						containerheight: '126px'
					});
					
					$('#standard ul#slideshow').innerfade({
						animationtype: 'fade',
						speed: 1000,
						timeout: 5000,
						type: 'random_start',
						containerheight: '166px'
					});
			});
