// JavaScript Document

	 $(document).ready(function(){


 			$('ul#featured_articles').innerfade({
 				speed: 1000,
 				timeout: 8000,
 				type: 'random',
 				animationtype: 'fade',
 				containerheight: '200px'
 			});


	  });
