
var conf = {
    // skins 
    skins: {
        generic: {
			opacity: 0.85,
			height: 33,
			backgroundColor: "#27333A",
			backgroundGradient: 'none',
			buttonColor: '#939CA6',
			buttonOverColor: '#B5BDC6',
			progressColor: '#59646C',
			progressGradient: 'none',
			durationColor: '#ffffff',
			bufferColor: '#939CA6',
			sliderColor: '#59646C',
			sliderGradient: 'none',
			volumeSliderColor: '#59646C',
			volumeSliderGradient: 'none',
			tooltipColor: '#939CA6',
			tooltipTextColor: '#ffffff',
			timeColor: '#B5BDC6',
			timeBgColor: '#59646C',
			url: 'flowplayer.controls-3.2.3.swf'
        },
        crutchfield: {
        },
        outlet: {
        },
        signature: {
        }
    }
}


function getVideoPlayerKey() {
    var videoPlayerKey = '';
    if (location.host.indexOf('crutchfield.com') != -1) {
        //return '#$30df9f3ae527e59e6c4';
        return '#$de59bf901706f3c5d48';
    }
    if (location.host.indexOf('crutchfield.ca') != -1) {
        //return '#$0cc995fbf9c1460841e';
        return '#$50d729f3de1c7c02d33';
    }
    if (location.host.indexOf('crutchfieldadvisor.ca') != -1) {
        //return '#$98c1233feefe0b8cca1';
        return '#$c89b7e591d2f7c495e8';
    }
}
