var singlePlayer = new jfFlashPlayer();
singlePlayer.setUp({
	videoLimit : 0,
	mode : 'singlePlayer',
	swfID : 'SinglePlayer',
	swfLocation : 'SinglePlayer/SinglePlayer4by3.swf',
	swfWidth : '590',
	swfHeight : '359'
});

singlePlayer.setAspectRatio = function (aspectRatio) {
	singlePlayer.setUp({
		swfLocation: aspectRatio == 'wide' ? 'SinglePlayer/SinglePlayer16by9.swf' : 'SinglePlayer/SinglePlayer4by3.swf'
	});
};