 $f("fms", "http://www.amazingfacts.org/resources/flowplayer/flowplayer.commercial.swf", {
 
	key: '#@9d766bc19d53b5c11f3',

	clip: {
		baseUrl: 'http://manna.amazingfacts.org/amazingfacts/website/ghosttruth/video/',
		
		provider: 'bitgravity'
	},
	
	// the logo, shown 10 seconds from the start
	logo: {
		url: 'http://www.amazingfacts.org/portals/0/mediamgrimgs/afax-bug.png',
		fullscreenOnly: false,
		displayTime: 10
	},
	
	// gradually show on mouseover 
	onMouseOver: function() { 
		this.getPlugin("logo").fadeTo(0.75, 1000); 
	}, 
 
	// gradually hide on mouseout 
	onMouseOut: function() { 
		this.getPlugin("logo").fadeTo(0, 1000); 
	}, 
	
	// context menu
	contextMenu: [
		{'Free Online Bible School': function() {
			location.href = '/bible-studies.aspx';
		}},
		
		{'Contact Us': function() {
			location.href = '/contact-us.aspx';
		}}
	],
			
	// streaming plugins are configured under the plugins node
	plugins: {
		bitgravity: {
			url: 'http://www.amazingfacts.org/resources/flowplayer/plugins/flowplayer.pseudostreaming.swf',
			queryString: escape('?starttime=${start}')
		}, 
		
		gatracker: {
			url: "http://www.amazingfacts.org/resources/flowplayer/plugins/flowplayer.analytics-3.2.2.swf",
			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,
			trackingMode: "AS3",
			accountId: "UA-811865-44" 
		},
		
		controls: { 
			stop: true
		}        
	}
}).ipad();
