// JavaScript Document

$(document).ready(function(){
	$('#news').innerfade({
		animationtype: 'slide',
		speed: 1000,
		timeout: 4000,
		type: 'random',
		containerheight: '3em'
	});                    
	$('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '220px'
	});                    
	$('.fade').innerfade({
		speed: 1000,
		timeout: 8000,
		type: 'random',
		containerheight: '3em'
	});                    
	$('.adi').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '150px'
	});
});
