// JavaScript Document





$(document).ready(

				function(){

					$('#news').innerfade({

						animationtype: 'slide',

						speed: 750,

						timeout: 2000,

						type: 'random',

						containerheight: '1em'

					});

					

					$('ul#portfolio').innerfade({

						speed: 5000,

						timeout: 10000,

						type: 'random',

						containerheight: '200px'

					});
					
					$('ul#pictures').innerfade({

						speed: 500,

						timeout: 10000,

						type: 'random',

						containerheight: '199px'

					});

					

					$('.fade').innerfade({

						speed: 4000,

						timeout: 6000,

						type: 'random_start',

						containerheight: '1.5em'

					});

					

					$('.adi').innerfade({

						speed: 'slow',

						timeout: 5000,

						type: 'random',

						containerheight: '150px'

					});



			});