

/*
 * Custom jQuery Functions
*/
//jQuery.noConflict();	

	
/* Featured Articles on the Homepage */
$(document).ready(function(){  	
  $('.homepage #featured').innerfade({
  		animationtype: 'fade', 
  		speed: 'normal',
  		timeout: '5000',
  		type: 'sequence',
  		containerheight: 'auto'
  });		
});
