        jQuery(document).ready(function() {
            jQuery('.player-biography').hide();
            jQuery('.jcarousel-skin-player').jcarousel({
                easing: 'swing',
                animation: 'slow',
                scroll: 5
            });
            jQuery('.biography-selector').bt({
                positions: 'top',
                contentSelector: "jQuery('.player-biography')",
                trigger: 'hoverIntent',
                width: 350,
                centerPointX: 0,
                spikeLength: 10,
                spikeGirth: 0,
                padding: 10,
                cornerRadius: 0,
                fill: '#FE00B8',
                strokeStyle: 'transparent',
                strokeWidth: 0,
                hoverIntentOpts: {
                    interval: 100,
                    timeout: 500
                }                
            });
        });
