/*
 * Custom jQuery Functions
*/

jQuery.noConflict();	
	
	/* Featured Articles on the Homepage */
	jQuery(document).ready(function(){  	
		jQuery('.slider').innerfade({
				animationtype: 'fade', 
				speed: 'normal',
				timeout: '7000',
				type: 'sequence',
				containerheight: '350px'
		});
		
});

