$(document).ready(
	function(){			

		$('ul#quoteSlide').innerfade({
			animationtype: 'fade',
            speed: 'slow',
			timeout: 5000,
			type: 'random',
			containerheight: '209px'
        });
		
	}
);
