// JavaScript Document

var conf = {
	clip: {
		autoPlay: true,
		baseUrl: 'http://iapplicate.tv/',
		onCuepoint: [[5000,10000,30000,60000], function(clip, cuepoint) {
			var x = cuepoint/1000;
			if(x==5){
				pageTracker._trackEvent("Videos", 'VideoStart', clip.url);
			}
			else{
				pageTracker._trackEvent("Videos", x + 'Seconds', clip.url);
			}
			 
		}],
		onFinish: function(clip) {             
            pageTracker._trackEvent("Videos", "VideoFinish", clip.url);         
        }
	},
	skins: {
		normal: {
			backgroundColor: '#000000',
			height: 20,
			backgroundGradient: 'none',
			progressColor: '#1c88c3',
			timeBgColor: '#000000',
			sliderGradient: 'none',
			durationColor: '#ffffff',
			volumeSliderColor: '#333333',
			bufferGradient: 'none',
			timeColor: '#1c88c3',
			tooltipTextColor: '#000000',
			volumeSliderGradient: 'none',
			bufferColor: '#105276',
			tooltipColor: '#1c88c3',
			sliderColor: '#000000',
			borderRadius: '0px',
			buttonOverColor: '#156896',
			buttonColor: '#1c88c3',
			progressGradient: 'medium',
			opacity: 1.0
		}
	},
	canvas: {
		backgroundColor: '#000000',
		backgroundGradient: 'none',
		borderRadius:10	
	},
	screen: {
		width: 467, 
		height: 263,
		top: 5
	}
}