$(document).ready(
		function(){
			$('#stories').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'random',
				containerheight: '120px'
			 }); 
		 } 
	);