jQuery(document).ready(function() {

	$('.b_ParticipantInfo .video .player').each(function() {
		var videoFile = $(this).attr('title');
		var $t = $(this);
		$t.flash({
			src: "/js/flashplayer/flvPlayer.swf?imagePath=/js/flashplayer/image.jpg&videoPath=" + videoFile + "&autoStart=false&volAudio=60&newWidth=380&newHeight=230&disableMiddleButton=false&playSounds=true",
			width: 257,
			height: 165,
			version: 9,
			wmode: 'transparent'
		});
	});

	$('.b_ParticipantInfo .video a.youtube').YouTube(257,200);
});
