$(document).ready(
		function(){
			$('#news').innerfade({
				animationtype: 'slide',
				speed: 750,
				timeout: 2000,
				type: 'random',
				containerheight: '1em'
			});
			
			$('ul#header1').innerfade({
				speed: 1000,
				timeout: 2000,
				type: 'sequence',
				containerheight: '267px'
			});
			
			$('ul#left_gallery').innerfade({
				speed: 1000,
				timeout: 2000,
				type: 'sequence',
				containerheight: '200px'
			});
			
			$('ul#header2').innerfade({
				speed: 1000,
				timeout: 3000,
				type: 'sequence',
				containerheight: '267px'
			});
			
			$('ul#header3').innerfade({
				speed: 1000,
				timeout: 3000,
				type: 'sequence',
				containerheight: '267px'
			});
			
			$('ul#header4').innerfade({
				speed: 1000,
				timeout: 2000,
				type: 'sequence',
				containerheight: '267px'
			});
			
			$('.fade').innerfade({
				speed: 1000,
				timeout: 6000,
				type: 'random_start',
				containerheight: '1.5em'
			});
			
			$('.adi').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'random',
				containerheight: '150px'
			});
		});
