// JavaScript Document

$f("player", "scripts/flowplayer-3.2.6.swf", {
	key:'#$8012edaf82c068ac750',
	 	 clip:{
			 autoPlay: true,
			 autoBuffering: true 
			 }	 
}).ipad();


jQuery(document).ready(function() {
$('#clips a[href$=".m4v"]').click(function() {
	var thelink = $(this).attr('href');
$f().play(thelink);
return false;
});
});


