$(document).ready(
				function(){					
					$('ul#slideHolder').innerfade({
						speed: 1000,
						timeout: 7000,
						type: 'sequence',
						containerheight: '220px'
					});
					
					$('.fade').innerfade({
						speed: 1000,
						timeout: 8000,
						type: 'random_start',
						containerheight: '1.5em'
					});
					
					$('.adi').innerfade({
						speed: 'slow',
						timeout: 4000,
						type: 'random',
						containerheight: '150px'
					});

			});
