// CYCLE THRU FEATURED NODES ON HOME PAGE
if(Drupal.jsEnabled){
  $(document).ready(function(){	
		$('.view-content-Current-Features').innerfade({
		  speed: 'slow',
			timeout: 8000,
			type: 'sequence',
			containerheight: '234px'
		});
	});
}
