	   $(document).ready(
				function(){				
					$('ul#quote').innerfade({
						speed: 2000,
						timeout: 15000,
						type: 'random',
						containerheight: '115px'
					});
					
			});