/*
 *	Custom jQuery Functions
 *  By Simon Bouchard
*/

var j = jQuery.noConflict();

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

