jQuery(document).ready(function() {
    jQuery("#races ul#media-videos-other, #news ul#media-videos-other").ytplaylist({
        playerHeight: '355',
        playerWidth: '475',
        addThumbs: true,
        thumbURL: 'large',
        holderId: 'media-videos-feature',
        autoPlay: false
    });
});