 $(document).ready(
				function(){
					$('#blockquote').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 9000,
						type: 'random',
						containerheight: '4em'
					});
			});
