flowplayer("player", "/scripts/flowplayer-3.1.5.swf", {
			//Disables "Play" and "Play again button"
			play: null,
			//Forces the volume to 100 right after the video is loaded
			onLoad: function () {   
				this.setVolume(100); 
									}, 
			//Redirects the user to a certain web page after the video is over
			onFinish: function() { 
				window.location = 'http://2.eem2004_andruhius.pay.clickbank.net/'; 
									},
			//Automatically plays the video
			autoPlay: true, 
			//Removes all controls like "Play", "Progress bar", "Volume", "Toggle Fullscreen On/Off"
			plugins: { controls: null},
			//Redirects the user to a certain web page when he/she clicks on the video
			clip: {  
                linkUrl: 'http://2.eem2004_andruhius.pay.clickbank.net/',
				duration: 1709
									} 
}); 
