 $(document).ready(
				function(){
					$('#testamonials').innerfade({						
						speed: 750,
						timeout: 7000,
						type: 'random',
						containerheight: '110px'
					});
					
					$('ul#imagery').innerfade({
						speed: 'slow',
						timeout: 8500,
						type: 'sequence',
						containerheight: '170px'
					});
					
			});