$(document).ready(
		function(){
				$('#news').innerfade({
					animationtype: 'fade',
					speed: 1000,
					timeout: 7000,
					type: 'random',
					containerheight: '1em'
				});
					
				$('ul#jslide').innerfade({
					speed: 1000,
					timeout: 5000,
					type: 'sequence',
					containerheight: '150px'
				});
					
				$('.fade').innerfade({
					speed: 1000,
					timeout: 6000,
					type: 'random_start',
					containerheight: '1.5em'
				});
					
				$('.adi').innerfade({
					speed: 'slow',
					timeout: 5000,
					type: 'random',
					containerheight: '150px'
				});

});
