$(function() {
	$("a.facebox").facebox();
	
	var s = {
		clip: {
			autoPlay: true,
			autoBuffering: true,
			bufferLength: 3
		}
	};
	flowplayer("a.player", "/comp/flowplayer/flowplayer-3.1.1.swf", s);
})