$(document).ready(function() {

flowplayer("player", {src:'/Portals/77655/flowplayer/flowplayer.commercial-3.2.2.swf', wmode:'transparent'}, 
	{

        // hubspot site key
        key: "#@52bd33e26581d9b409d",

	plugins:{
		gatracker: {
			url: "/Portals/77655/flowplayer/flowplayer.analytics-3.2.0.swf",
			trackingMode: "Bridge",
			// we need to modify the name of the tracker object accordingly
			bridgeObject: "UA-17734966-1",
			labels: {
				start: "Start",	
				play: "Play",	
				pause: "Pause",	
				resume: "Resume",	
				seek: "Seek",	
				stop: "Stop",	
				finish: "Finish",	
				mute: "Mute",	
				unmute: "Unmute",	
				fullscreen: "Full Screen",	
				fullscreenexit: "Full Screen Exit"	
			},
			debug: false
		},


		controls: {
			all: false,
			backgroundGradient: 'none',
			backgroundColor:'transparent',
			autoHide: true
		}
	}

       });

});
