$(document).ready(
				function(){
					$('.sauthors').innerfade({
						animationtype: 'slide',
						speed: 2000,
						timeout: 8000,
						type: 'random',
						containerheight: '1em'
					});
					
					});
