// JavaScript Document

jwplayer("video2").setup({
	'flashplayer': '/profile/mediaplayer/player.swf',
	'file': 'http://www.youtube.com/watch?v=4Wx5VJYFZY0',
	'autostart': true,
	'flashvar': 'stretching=fill',
	'volume': '100',
//	'plugins': 'captions-2',
//	'captions.state': false,
//	'captions.file': '/profile/captions.xml',
    'width': '560',
    'height': '315',
});

