jQuery(document).ready(
				function(){
					jQuery('#news').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 2000,
						type: 'random',
						containerheight: '1em'
					});
					
					jQuery('#portfolio').innerfade({
						speed: 2000,
						timeout: 7000,
						type: 'sequence',
						containerheight: '155px'
					});
					
					jQuery('.fade').innerfade({
						speed: 1200,
						timeout: 9000,
						type: 'sequence',
						containerheight: '1.5em'
					});
					
					jQuery('.adi').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'sequence',
						containerheight: '150px'
					});
					
					jQuery('#visionImg').innerfade({
						speed: 'slow',
						timeout: 7000,
						type: 'sequence',		
						containerheight: '80px'
					});					
					jQuery('#visionImg').css("height","auto");
				});