$(document).ready(
				function(){
					
					$('ul#portfolio').innerfade({
						speed: 2000,
						timeout: 9000,
						type: 'sequence',
						containerheight: '58px'
					});
					
					$('.fade').innerfade({
						speed: 2000,
						timeout: 10000,
						type: 'random_start',
						containerheight: '1.5em'
					});
					
					
			});// JavaScript Document