( function( $ ) { var body = $( 'body' ), _window = $( window ); // Initialize Featured Content slider. _window.load( function() { if ( body.is( '.slider' ) ) { $( '.featured-content' ).featuredslider( { selector: '.featured-content-inner > article', controlsContainer: '.featured-content' } ); } } ); } )( jQuery );