$(document).ready(function() {

// a- tags with id "player" are transformed into video players
flowplayer("player", "/Portals/37772/flowplayer/flowplayer.commercial-3.2.2.swf", {

	key: '#@c157c48cbbb5761b65f',

	plugins:{
		gatracker: {
			url: "/Portals/37772/flowplayer/flowplayer.analytics-3.2.0.swf",
			trackingMode: "Bridge",
			// flowplayer.org uses and older version of the Analytics JS code, 
			// we need to modify the name of the tracker object accordingly
			bridgeObject: "UA-8050173-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
		}
	}
});


});