// JavaScript Document


$(document).ready(function(){
	$("a.video").flowplayer("/_flash/flowplayer-3.1.5.swf", {
		clip: {
			autoPlay: false,
			autoBuffering: true
		}
	});
});
