jwplayer("psa_video").setup({ 
	'autostart': 'false',
	'controlbar': 'bottom',
    'width': '640',
    'height': '480',
	'image': '/images/psa.jpg',
	'skin': '/lib/flash/skins/newtube/newtube.zip',
	'plugins': {
      'gapro-2': {
        'idstring': '|mediaid||-||GreggPSA||',
		'trackstarts': 'true',
        'trackpercentage': 'true',
        'trackseconds': 'false'
      }
    },
	modes: [ { type: "flash", src: "/lib/flash/player.swf", 
		config: { file: "nition/GA_PSA_60.f4v", 
			streamer: "rtmp://fss28.streamhoster.com/riteshpatel/", 
			provider: "rtmp" } 
		}, 
	{ 
		type: "html5", 
		config: { 
			file: "/lib/video/GA_PSA.mp4" } 
		}, { type: "download" } ] 
});
